Closed OUALIDBO closed 5 years ago
If it’s possible, I want to determine the auc score. Auc_score(y,classifier.forward(y_test))
you can evaluate on any metrics of interest, shouldn't be hard to modify the demo script a little bit.
If it’s possible, I want to determine the auc score. Auc_score(y,classifier.forward(y_test))