Closed jtsmith2 closed 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.
Gradient Boosting, is a kind of Decision Tree.
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.