Concept

sklearn.tree.DecisionTreeClassifier

Function that creates a decision tree classifier. Decision trees predict the target variable value by learning decision rules that are deduced from the data features. Some useful parameters include splitter (split strategy to use) and max_depth (maximum depth of the tree).

0

1

Updated 2020-10-26

Tags

Data Science