Curba câștigurilor cumulate

Introducere în analitica predictivă în Python

Nele Verbiest, Ph.D

Data Scientist @PythonPredictions

Curbe de evaluare

AUC:

  • Complex
  • Un singur număr
Introducere în analitica predictivă în Python

Construcția câștigurilor cumulate

Introducere în analitica predictivă în Python

Interpretarea câștigurilor cumulate

Introducere în analitica predictivă în Python

Câștiguri cumulate în Python

import scikitplot as skplt
import matplotlib.pyplot as plt

skplt.metrics.plot_cumulative_gain(true_values, predictions) plt.show()
Introducere în analitica predictivă în Python

Câștiguri cumulate în Python

Introducere în analitica predictivă în Python

Să exersăm!

Introducere în analitica predictivă în Python

Preparing Video For Download...