累積增益曲線

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...