13 Putting it all in practice: A real-life example of data engineering and machine learning
In this chapter
- cleaning up and preprocessing data to make it readable by our model
- using Scikit-Learn to train and evaluate several models
- using grid search to select good hyperparameters for our model
- using k-fold cross-validation to be able to use our data for training and validation simultaneously
Throughout this book, we’ve learned some of the most important algorithms in supervised learning, and we’ve had the chance to code them and use them to make predictions on several datasets. However, the process of training a model on real data requires several ...
Get Grokking Machine Learning now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.