Question d’entretien chez Amazon

What is the difference between boosting and bagging?

Réponse à la question d'entretien

Utilisateur anonyme

14 sept. 2020

Bagging is a way to decrease the variance in the prediction by generating additional data for training from the dataset using combinations with repetitions to produce multi-sets of the original data. Boosting is an iterative technique which adjusts the weight of an observation based on the last classification.

1