scikit-learn 라이브러리를 사용하기 위해 전처리(preprocessing)을 해야 할 경우가 흔히 생김.
ISLR 3장의 Linear Regression 중 Categorical 변수, Interaction, 변수의 Non-linear Tranformation 을 scikit-learn에서 활용하기 위해 필요한 간단한 전처리 과정
'Learning & Reasoning > Python - Scikit-learn_Tensorflow' 카테고리의 다른 글
ISLR Chapter 8 - Tree 기반 방법 (Random Forest, Gradient Boosting) (0) | 2016.11.20 |
---|---|
ISLR Chapter 5 - Resampling Methods (모델 평가) in Python (0) | 2016.11.07 |
ISLR Chapter 4 - KNN Regression & Classification in Python (0) | 2016.11.03 |
ISLR Chapter 4 - Logistic Regression in Python (1) | 2016.11.03 |
ISLR Chapter 3 - Linear Regression in Python (0) | 2016.11.03 |