-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
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'
Metadata
Metadata
Assignees
Labels
No labels