교차 검증 정리
Training - Test vs Traning-Validation-Testing(데이터의 수가 충분히 많을때 사용)
CV = small sample size
-K-fold-CV = balanced distribution
-Stratified K-fold-CV = unbalanced distribution
-Random sub sampling = Stable result
-Baysian Optimization = fast speed with stats
'Python' 카테고리의 다른 글
Python - 모델평가 함수 (0) | 2022.10.17 |
---|---|
Python - 모델 평가 오차행렬 (0) | 2022.10.17 |
Python - Hyperopt 교차검증 (0) | 2022.10.17 |
Python - 의사결정트리 타이타닉 생존자 예측 (0) | 2022.10.12 |
Python - 의사결정트리 예측 (0) | 2022.10.12 |