Introduction to Machine Learning via Scikit-Learn
Learning Objectives
By the end of this chapter, you will be able to:
- Prepare data for different types of supervised learning models.
- Tune model hyperparameters using a grid search.
- Extract feature importance from a tuned model.
- Evaluate performance of classification and regression models.
In this chapter, we will be covering the important concepts of handling data and making the data ready for analysis.