Machine Learning & Training
What Is a Decision Tree?
A decision tree is a model that makes predictions by repeatedly splitting data based on feature values, forming a tree of decisions. Each internal node represents a test on a feature, and each leaf represents a prediction. Decision trees are easy to interpret but can overfit if grown too deep.
Further reading
Read more about decision tree — articles and blogs from around the web: