Python으로 배우는 예측 분석 입문
Nele Verbiest, Ph.D
Data Scientist @PythonPredictions
import scikitplot as skplt import matplotlib.pyplot as plt skplt.metrics.plot_lift_curve(true_values, predictions) plt.show()
import scikitplot as skplt import matplotlib.pyplot as plt
skplt.metrics.plot_lift_curve(true_values, predictions) plt.show()