You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is really minor, but might become an issue if someone else tries to use this code. Currently training, validation and test examples all use only class 1 data. This is not a problem with training and validation as it is just an example. With test data however it fails with the error
raise ValueError("Only one class present in y_true. ROC AUC score "
Easiest thing to do would be to just change the label of one of the existing HDF5 files from 1 to 0 in the test_set.csv file. That way the whole training process can be run on the example data.
The text was updated successfully, but these errors were encountered:
This is really minor, but might become an issue if someone else tries to use this code. Currently training, validation and test examples all use only class 1 data. This is not a problem with training and validation as it is just an example. With test data however it fails with the error
raise ValueError("Only one class present in y_true. ROC AUC score "
Easiest thing to do would be to just change the label of one of the existing HDF5 files from 1 to 0 in the test_set.csv file. That way the whole training process can be run on the example data.
The text was updated successfully, but these errors were encountered: