La courbe des gains cumulatifs

Introduction à l'analytique prédictive en Python

Nele Verbiest, Ph.D

Data Scientist @PythonPredictions

Courbes d'évaluation

AUC :

  • Complexe
  • Valeur unique
Introduction à l'analytique prédictive en Python

Construction des gains cumulatifs

Introduction à l'analytique prédictive en Python

Interprétation des gains cumulatifs

Introduction à l'analytique prédictive en Python

Gains cumulatifs en Python

import scikitplot as skplt
import matplotlib.pyplot as plt

skplt.metrics.plot_cumulative_gain(true_values, predictions) plt.show()
Introduction à l'analytique prédictive en Python

Gains cumulatifs en Python

Introduction à l'analytique prédictive en Python

Passons à la pratique !

Introduction à l'analytique prédictive en Python

Preparing Video For Download...