Computer scienceData scienceInstrumentsScikit-learnScikit-learn basics

Introduction to scikit-learn

Import sklearn

Report a typo

Which of the statements below import DecisionTreeClassifier from scikit-learn?

For this task, it's helpful to consult the documentation of the DecisionTreeClassifier() class. Keep in mind that sometimes, the names of the packages might not be the same as the names they are imported under (also, try to check whether the package name is valid Python syntax).

Select one option from the list
___

Create a free account to access the full topic