[ Python ] scikitplot 다양한 metric plot 제공
분석을 하다 보면 여러 Metric Plot을 그려야 하는 경우가 많다. 그래서 R에서는 제공하는게 많지만, 은근히 파이썬에서는 사람이 그려야 하는 게 많았다. 이번에는 ScikitPlot 라는 패키지를 소개하려고 한다. 여기서는 여러 가지 Plot을 제시해준다. 나중에 쓸 수도 있으니 간단한 사용법을 미리 정리! ## Multiclass ROC CURVE Confusion Matrx Plot silhouette precision_recall ## Binary lift_curve cumulative_gain ks_statistic calibration_curve ## Kmeans elbow curve (optimal cluster) ## PCA pca component variance import mat..
2019.10.19