Lesson 5 ❮ Lesson List ❮ Top Page
5.1 Preprocessing with sklearn
❯ 5.4 Classification Methods
⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺
EXPECTED COMPLETION TIME
❲▹❳ Video 3m 53s
☷ Interactive readings 5m
In the previous part, we see that logistic regression can perform machine learning for categorical variable.
We will see that there are numerous classification variables such as KNeighborClassifier, DecisionTreeClassifier, and AdaBoostClassifier.
The main thing to notice when using different kind of classifier is the variable inside it--you can adjust it so that it will give the highest accuracy.