January 2019
Intermediate to advanced
390 pages
9h 16m
English
In voting, we used different algorithms for training on the same dataset. We can also achieve ensemble learning by using different models with the same learning algorithm, but we train them on different training data subsets. The training subset is sampled randomly. The sampling can be done with replacement (bagging) or without replacement (pasting):
The scikit library has a method for ...
Read now
Unlock full access