article thumbnail

Machine Learning 101: Decision Tree Algorithm for Classification

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon. Overview Learn about the decision tree algorithm in machine learning, The post Machine Learning 101: Decision Tree Algorithm for Classification appeared first on Analytics Vidhya.

article thumbnail

A Comprehensive Guide to Decision trees

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon. The post A Comprehensive Guide to Decision trees appeared first on Analytics Vidhya. In this series, we will start by discussing how to.

professionals

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

How to Split a Decision Tree – The Pursuit to Achieve Pure Nodes

Analytics Vidhya

ArticleVideo Book Introduction Decision Trees are probably one of the common machine learning algorithms and this is something every Data Science beginner should know. The post How to Split a Decision Tree – The Pursuit to Achieve Pure Nodes appeared first on Analytics Vidhya.

article thumbnail

25 Questions to Test Your Skills on Decision Trees

Analytics Vidhya

ArticleVideo Book This article was published as a part of the Data Science Blogathon Introduction Decision Trees which are supervised Machine Learning Algorithms are one. The post 25 Questions to Test Your Skills on Decision Trees appeared first on Analytics Vidhya.

article thumbnail

How to select Best Split in Decision trees using Gini Impurity

Analytics Vidhya

ArticleVideo Book Introduction In the previous article- How to Split a Decision Tree – The Pursuit to Achieve Pure Nodes, you understood the basics. The post How to select Best Split in Decision trees using Gini Impurity appeared first on Analytics Vidhya.

article thumbnail

How to select Best Split in Decision Trees using Chi-Square

Analytics Vidhya

ArticleVideo Book Introduction Welcome back! The post How to select Best Split in Decision Trees using Chi-Square appeared first on Analytics Vidhya. In the previous article, we learned about Gini impurity which we use to decide the purity of nodes.

article thumbnail

How to select Best Split in Decision Trees using Information Gain

Analytics Vidhya

ArticleVideo Book Introduction In the previous article, we saw the Chi-Square algorithm- How to select Best Split in Decision Trees using Chi-Square. The post How to select Best Split in Decision Trees using Information Gain appeared first on Analytics Vidhya.