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

Let’s Solve Overfitting! Quick Guide to Cost Complexity Pruning of Decision Trees

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Understanding the problem of Overfitting in Decision Trees and solving it by. Quick Guide to Cost Complexity Pruning of Decision Trees appeared first on Analytics Vidhya. The post Let’s Solve Overfitting!

article thumbnail

Decision Tree Machine Learning Algorithm Using Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction In this article, we are going to learn about Decision Tree Machine Learning algorithm. We will build a Machine learning model using a decision tree algorithm and we use a news dataset for this.

article thumbnail

Decision Tree Algorithm -A Complete Guide

Analytics Vidhya

This article was published as a part of the Data Science Blogathon Introduction Till now we have learned about linear regression, logistic regression, and they were pretty hard to understand. Let’s now start with Decision tree’s and I assure you this is probably the easiest algorithm in Machine Learning. Since […].

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.