Category: Machine Learning
-
Concept of Decision Tree
1. Understanding concept of Decision Tree Decision Tree is a popular and easy-to-understand machine learning algorithm. It is accessible and can be applied to solve both classification and regression problems. The mechanism of a decision tree is to form a sequence of classification rules based on the values of features in order to decide which…