Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example training fails in the current form #5

Open
mmalenta opened this issue Nov 24, 2020 · 0 comments
Open

Example training fails in the current form #5

mmalenta opened this issue Nov 24, 2020 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@mmalenta
Copy link
Collaborator

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.

@mmalenta mmalenta added bug Something isn't working enhancement New feature or request labels Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants