Train and evaluate classification models
Classification is a kind of machine learning used to categorize items into classes.
Learning objectives
In this module, you'll learn:
- When to use classification
- How to train and evaluate a classification model using the Scikit-Learn framework
Prerequisites
- Basic mathematical concepts
- Programming with Python