{"library":"scikit-plot","install":[{"cmd":"pip install scikit-plot","imports":["import scikitplot as skplt\nskplt.metrics.plot_confusion_matrix(y_true, y_pred)","import scikitplot as skplt\nskplt.metrics.plot_roc(y_true, y_probas)","import scikitplot as skplt\nskplt.metrics.plot_precision_recall(y_true, y_probas)"]}]}