This course introduces you to one of the main types of modeling families of supervised Machine Learning: Classification. You will learn how to train predictive models to classify categorical outcomes and how to use error metrics to compare across different models. The hands-on section of this course focuses on using best practices for classification, including train and test splits, and handling data sets with unbalanced classes.
Content
1. Logistic Regression
2. K Nearest Neighbors
3. Support Vector Machines
4. Decision Trees
5. Ensemble Models
6. Modeling Unbalanced Classes