Ctrees=DecisionTreeClassifier (criterion='gini, random_state=0, max_depth=12, class_weight=' balanced ')
I use python call sklearn DecisionTreeClassifier as above statement, why in 12 features, 20 w + on the training set, the training time is less than a second? As shown in figure,
Where the problem? !