Pythonで学ぶ予測分析入門
Nele Verbiest, Ph.D
Data Scientist @PythonPredictions
AUC:
import scikitplot as skplt import matplotlib.pyplot as plt skplt.metrics.plot_cumulative_gain(true_values, predictions) plt.show()
import scikitplot as skplt import matplotlib.pyplot as plt
skplt.metrics.plot_cumulative_gain(true_values, predictions) plt.show()