Antonio Antovski
Results
1
issues of
Antonio Antovski
I'm trying to plot the ROC curve, but I get **ValueError: Found input variables with inconsistent numbers of samples.** Here's the code I use: `skplt.metrics.plot_roc(labels_test.values, pred_w2v_cnn.values) plt.show()` Both labels_test.values and...