The lift curve

Introduction to Predictive Analytics in Python

Nele Verbiest, Ph.D

Data Scientist @PythonPredictions

Lift curve construction

Introduction to Predictive Analytics in Python

Lift curve interpretation

Introduction to Predictive Analytics in 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()
Introduction to Predictive Analytics in Python

The lift curve in Python

Introduction to Predictive Analytics in Python

Let's practice!

Introduction to Predictive Analytics in Python

Preparing Video For Download...