
Data Science

Top 6 Advantages and Disadvantages of Decision Tree Algorithm
Decision Tree is one the most useful machine learning algorithm. Decision tree can be used to solve both classification and regression problem. When we use data points to create a decision tree, every internal node of the tree represents an attribute and every leaf node represents a class label. Like any other machine learning algorithm,…

Data Visualization using Scatter Plot and Seaborn
If you have to plot your data in a graphical format smartly so that the stakeholders can understand the insight clearly and effectively then you may like to explore Seaborn. Data visualization is the presentation of data in a visual or graphical manner. With the help of data visualization, decision makers can understand difficult concepts…