提升曲線

Python 預測分析入門

Nele Verbiest, Ph.D

Data Scientist @PythonPredictions

提升曲線的建構

Python 預測分析入門

提升曲線的解讀

Python 預測分析入門

在 Python 中繪製提升曲線

import scikitplot as skplt
import matplotlib.pyplot as plt

skplt.metrics.plot_lift_curve(true_values, predictions) plt.show()
Python 預測分析入門

在 Python 中繪製提升曲線

Python 預測分析入門

一起來練習吧!

Python 預測分析入門

Preparing Video For Download...