Multiple classes

Does DT effective working on when we have multi class classifiers?

The short answer is yes, they are effective regardless the number of classes.

You can either take a look at this page of the user guide or directly to the documentation of the sklearn.tree.DecisionTreeClassifier for more detailed information.

Later in this course you will discover how to combine DTs to obtain more robust classifiers.

1 Like