The lift curve

Pengantar Predictive Analytics dengan Python

Nele Verbiest, Ph.D

Data Scientist @PythonPredictions

Lift curve construction

Pengantar Predictive Analytics dengan Python

Lift curve interpretation

Pengantar Predictive Analytics dengan Python

The lift curve in Python

import scikitplot as skplt
import matplotlib.pyplot as plt

skplt.metrics.plot_lift_curve(true_values, predictions) plt.show()
Pengantar Predictive Analytics dengan Python

The lift curve in Python

Pengantar Predictive Analytics dengan Python

Let's practice!

Pengantar Predictive Analytics dengan Python

Preparing Video For Download...