October 2016
Beginner
378 pages
8h 21m
English
If you have run the previous experiment, you may have realized that:
Unfortunately, relying on the validation and testing phases of samples brings uncertainty along with a reduction of the learning examples dedicated to training (the fewer the examples, the more the variance of the estimates from the model).
A solution would be to use cross-validation, and Scikit-learn offers a complete module for cross-validation and performance evaluation (sklearn.cross_validation).
By resorting to cross-validation, you'll just need to separate your data into a training and test set, and you will be ...
Read now
Unlock full access