누적 이득 곡선

Python으로 배우는 예측 분석 입문

Nele Verbiest, Ph.D

Data Scientist @PythonPredictions

평가 곡선

AUC:

  • 복잡함
  • 단일 수치
Python으로 배우는 예측 분석 입문

누적 이득 구성

Python으로 배우는 예측 분석 입문

누적 이득 해석

Python으로 배우는 예측 분석 입문

Python에서의 누적 이득

import scikitplot as skplt
import matplotlib.pyplot as plt

skplt.metrics.plot_cumulative_gain(true_values, predictions) plt.show()
Python으로 배우는 예측 분석 입문

Python에서의 누적 이득

Python으로 배우는 예측 분석 입문

연습해 봅시다!

Python으로 배우는 예측 분석 입문

Preparing Video For Download...