Learning & Reasoning/Python - Scikit-learn_Tensorflow

ISLR Chapter 8 - Tree 기반 방법 (Random Forest, Gradient Boosting)

이현봉 2016. 11. 20. 18:42

Introduction to Statistical Learning

8장 내용인 Tree기반 Supervised Learning

  • Decision Tree (의사결정 트리)
  • Random Forest
  • Gradient Boosting

Regression, Classification 사용과 Cross-Validation 또는 Train/Test split을 통해 Test Performance 추정 및 패러미터 튜닝을 익힌다.

pdf