September 2019
Intermediate to advanced
528 pages
14h 24m
English
In the previous chapter, you learned how to use Scikit-learn to create different types of machine learning models. In this chapter you will learn to use Scikit-learn to evaluate the performance of the models you have trained and techniques to select the values of hyperparameters that will result in an optimal model.
Since the purpose of a machine learning model is to predict something correctly, you will want to ensure that the predictive accuracy of your ...