Decision Trees Articles

Sorted By: Most Recent
Anthony Corbo Anthony Corbo
Updated on June 03, 2025

What Is a Decision Tree?

A decision tree is a supervised machine learning algorithm that recursively splits data into branches based on feature values to predict an outcome.

Image: Shutterstock / Built In
Mitchell Telatnik Mitchell Telatnik
Updated on May 28, 2025

Machine Learning for Beginners (With Weka)

Follow along with this machine learning for beginners tutorial, which walks through the basics of classification and regression algorithms and how to build a machine learning model in Weka.

Image: Shutterstock / Built In
Afroz Chakure Afroz Chakure
Updated on March 20, 2025

What Is Decision Tree Classification?

A classification tree is a type of decision tree used to predict categorical or qualitative outcomes from a set of data observations.

Image: Shutterstock / Built In
Alex Zelinsky Alex Zelinsky
Updated on February 24, 2025

Full vs. Complete Binary Tree: What’s the Difference?

A full tree is a tree where every node has either zero or two children. This means that all of the nodes in the tree are either leaf nodes or internal nodes.

Image: Shutterstock / Built In
James Le James Le
Updated on December 17, 2024

The Top 10 Machine Learning Algorithms to Know

A machine learning algorithm is a set of instructions that machines follow to complete tasks, particularly those involving identifying patterns and making predictions. These are the top machine learning algorithms beginners should know.

Image: Shutterstock / Built In
Parag Radke Parag Radke
Updated on October 24, 2024

Monte Carlo Tree Search: A Guide

Monte Carlo tree search (MCTS) is a heuristic search algorithm for decision processes. Here’s what you need to know.

Image: Shutterstock / Built In
Judah Taub Judah Taub
Updated on October 22, 2024

How to Overcome Algorithmic Confirmation Bias

It’s all about asking the right questions.

Image: Shutterstock / Built In
Jacob Biba Jacob Biba
Updated on July 18, 2024

4 Types of Machine Learning to Know

Machines are using the abundance of today's data to learn just like humans do.

Image: Shutterstock
Artem Oppermann Artem Oppermann
Updated on April 06, 2023

What Is CatBoost?

CatBoost is a machine learning gradient-boosting algorithm that’s particularly effective for handling data sets with categorical features. Our expert explains how CatBoost works and why it’s so effective.

Image: Shutterstock / Built In
Vihar Kurama Vihar Kurama
Updated on March 15, 2023

Machine Learning Introduction for Beginners: Everything You Should Know

What is machine learning? How does it work? How much math is involved? An engineer breaks it all down.