Difference between bagging and pasting?

I found the definition:

Bagging is to use the same training for every predictor, but to train them on 
different random subsets of the training set. 
When sampling is performed with replacement, this method is 
called bagging (short for bootstrap aggregating). 
When sampling is performed without replacement, it is called pasting.

What is replacement in this context?

Topic pasting bagging machine-learning

Category Data Science


When a sampling unit is drawn from a finite population and is returned to that population, after its characteristic(s) have been recorded, before the next unit is drawn, the sampling is said to be “with replacement”. In the contrary case the sampling is “without replacement”.

Source: OECD Glossary of Statistical Terms

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.