what is the bootstrapped data in data mining?

后端 未结 3 2119
不思量自难忘°
不思量自难忘° 2021-01-04 18:52

recently I came across this term,but really have no idea what it refers to.I\'ve searched online,but with little gain. Thanks.

3条回答
  •  [愿得一人]
    2021-01-04 19:32

    If you don't have enough data to train your algorithm you can increase the size of your training set by (uniformly) randomly selecting items and duplicating them (with replacement).

提交回复
热议问题