- Python Machine Learning Cookbook(Second Edition)
- Giuseppe Ciaburro Prateek Joshi
- 33字
- 2021-06-24 15:40:52
How it works...
In this recipe, we used the validation_curve function of the scikit-learn library to plot the learning curve. This function determines cross-validated training and testing scores for different training set sizes.