Learning & Reasoning/Python - Scikit-learn_Tensorflow

ISLR Chapter 5 - Resampling Methods (모델 평가) in Python

이현봉 2016. 11. 7. 10:49

Introduction to Statistical Learning

5장 내용인 Regression 모델과 Classification 모델의 Test Performance 추정

  • Validation Set Approach (Train/Test Split)
  • K-Fold Cross Validation
    • Regression Model의 Test MSE 추정
    • Hyper Parameter 튜닝 : KNN Regression 에서 K 선정
    • Classification Model에서 Cross-Validated AUC 계산

pdf