We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13e1c1 commit 48132b9Copy full SHA for 48132b9
toolkit/plot.py
@@ -9,6 +9,7 @@
9
import plotly.offline as py
10
from wordcloud import STOPWORDS
11
import plotly.express as px
12
+from sklearn.metrics import auc, roc_curve
13
14
15
def plot_multiclass_prediction_image(df, row_index: int, X_test: Union[pd.DataFrame, np.ndarray], prediction_col: str = 'Top Prediction', label_col: str = 'Label'):
0 commit comments