강의

멘토링

로드맵

Inflearn Community Q&A

jcwon34843497's profile image
jcwon34843497

asked

[Revised Edition] The Complete Guide to Python Machine Learning

Understanding Bagging and Random Forests

부트스트래핑 분할

Resolved

Written on

·

199

0

부트스트래핑 분할 방식으로 서브세트 데이터들을 분할할 때 정말 우연으로 모든 데이터가 같은 값으로 분할될 수도 있나요?
통계머신러닝 배워볼래요? python

Answer 1

0

dooleyz3525님의 프로필 이미지
dooleyz3525
Instructor

음,  random의 속성상 그럴 가능성은 없습니다. 100번 동전을 던져서 동전 앞면이 100번 나올 만큼, 가능성이 없을 것 같습니다. 

 

jcwon34843497님의 프로필 이미지
jcwon34843497
Questioner

감사합니다

jcwon34843497's profile image
jcwon34843497

asked

Ask a question