Introduction to Statistical Learning
8장 내용인 Tree기반 Supervised Learning:
- Decision Tree (의사결정 트리)
- Random Forest
- Gradient Boosting
Regression, Classification 사용과 Cross-Validation 또는 Train/Test split을 통해 Test Performance 추정 및 패러미터 튜닝을 익힌다.
'Learning & Reasoning > Python - Scikit-learn_Tensorflow' 카테고리의 다른 글
ISLR Chapter 10 - Unsupervised Learning (0) | 2016.12.11 |
---|---|
ISLR Chapter 9 - Support Vector Machine (0) | 2016.11.29 |
ISLR Chapter 5 - Resampling Methods (모델 평가) in Python (0) | 2016.11.07 |
Preprocessing for scikit-learn (0) | 2016.11.03 |
ISLR Chapter 4 - KNN Regression & Classification in Python (0) | 2016.11.03 |