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 계산
'Learning & Reasoning > Python - Scikit-learn_Tensorflow' 카테고리의 다른 글
ISLR Chapter 9 - Support Vector Machine (0) | 2016.11.29 |
---|---|
ISLR Chapter 8 - Tree 기반 방법 (Random Forest, Gradient Boosting) (0) | 2016.11.20 |
Preprocessing for scikit-learn (0) | 2016.11.03 |
ISLR Chapter 4 - KNN Regression & Classification in Python (0) | 2016.11.03 |
ISLR Chapter 4 - Logistic Regression in Python (1) | 2016.11.03 |