Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Ensemble Machine Learning Cookbook

You're reading from  Ensemble Machine Learning Cookbook

Product type Book
Published in Jan 2019
Publisher Packt
ISBN-13 9781789136609
Pages 336 pages
Edition 1st Edition
Languages
Authors (2):
Dipayan Sarkar Dipayan Sarkar
Profile icon Dipayan Sarkar
Vijayalakshmi Natarajan Vijayalakshmi Natarajan
Profile icon Vijayalakshmi Natarajan
View More author details
Toc

Table of Contents (14) Chapters close

Preface 1. Get Closer to Your Data 2. Getting Started with Ensemble Machine Learning 3. Resampling Methods 4. Statistical and Machine Learning Algorithms 5. Bag the Models with Bagging 6. When in Doubt, Use Random Forests 7. Boosting Model Performance with Boosting 8. Blend It with Stacking 9. Homogeneous Ensembles Using Keras 10. Heterogeneous Ensemble Classifiers Using H2O 11. Heterogeneous Ensemble for Text Classification Using NLP 12. Homogenous Ensemble for Multiclass Classification Using Keras 13. Other Books You May Enjoy

k-fold and leave-one-out cross-validation

Machine learning models often face the problem of generalization when they're applied to unseen data to make predictions. To avoid this problem, the model isn't trained using the complete dataset. Instead, the dataset is split into training and testing subsets. The model is trained on the training data and evaluated on the testing set, which it doesn't see during the training process. This is the fundamental idea behind cross-validation.

The simplest kind of cross-validation is the holdout method, which we saw in the previous recipe, Introduction to sampling. In the holdout method, when we split our data into training and testing subsets, there's a possibility that the testing set isn't that similar to the training set because of the high dimensionality of the data. This can lead to instability in the outcome...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}