ch12.ipynb Cell #16 ----> 1 import scikitplot 2 fig, ax = plt.subplots(figsize=(6, 6)) 3 y_probas = dt.predict_proba(X_test) 4 scikitplot.metrics.plot_cumulative_gain( 5 y_test, y_probas, ax=ax ModuleNotFoundError: No module named 'scikitplot'
ch12.ipynb Cell #16
----> 1 import scikitplot
2 fig, ax = plt.subplots(figsize=(6, 6))
3 y_probas = dt.predict_proba(X_test)
4 scikitplot.metrics.plot_cumulative_gain(
5 y_test, y_probas, ax=ax
ModuleNotFoundError: No module named 'scikitplot'