Introduction to Statistical Learning 4 장, Classification 중 - KNN Classification을 Python으로,
Introduction to Statistical Learning 3 장 - KNN Regression 포함,
Logistic Regression도 포함
KNN Classification & Regression
Classification Model의 평가를 위한 metric
- Confusion Matrix, Accuracy, Sensitivity, Precision, ROC 커브, AUC 등 내용도 함께
Regression Model의 평가를 위한 metric
- MAE (Mean Absolute Error), MSE (Mean Squared Error), RMSE (Root Mean Squared Error)
'Learning & Reasoning > Python - Scikit-learn_Tensorflow' 카테고리의 다른 글
ISLR Chapter 5 - Resampling Methods (모델 평가) in Python (0) | 2016.11.07 |
---|---|
Preprocessing for scikit-learn (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 |
ISLR-with-Python 3장. Linear Regression (0) | 2016.10.21 |