Learn Before
Concept

Bootstrap resampling algorithm

To create the bootstrap sample, select a random observation from your main data source, and then add the observation to your bootstrap sample. The observation then gets put back into your main data source (this is what allows observations to be selected more than once). This process gets repeated nn times until your bootstrap sample is complete.

0

5

Updated 2020-03-06

Tags

Data Science