Introduction to Predictive Analytics in Python
Nele Verbiest, Ph.D
Data Scientist @PythonPredictions
AUC:


import scikitplot as skplt import matplotlib.pyplot as pltskplt.metrics.plot_cumulative_gain(true_values, predictions) plt.show()

Introduction to Predictive Analytics in Python