udacity / mlnd_issues_tracker

0 stars 0 forks source link

Lesson 1 -7. No DecisionTree in Code #36

Closed jtsmith2 closed 6 years ago

jtsmith2 commented 6 years ago

In the code to test the differences between 3 different classifiers (Logistic, Decision Tree, and SVC), the DecisionTreeClassifier is not imported, a GradientBoosterEnsamble is imported.

fixingitnow commented 6 years ago

Gradient Boosting, is a kind of Decision Tree.