Python / / 2022. 10. 17. 09:10

Python - 교차 검증 정리

교차 검증 정리

 

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
 
 
  • 네이버 블로그 공유
  • 네이버 밴드 공유
  • 페이스북 공유
  • 카카오스토리 공유