We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our unittests frequently fail for unrelated reasons to the PR. We should make sure our tests run reliably.
assert [[1], [1, 4], [2, 0], [3]] == [[1], [1, 4], [2, 3], [3]]
The text was updated successfully, but these errors were encountered:
The Only one class present in y_true. ROC AUC score is not defined in that case test failure should be fixed by #564
Only one class present in y_true. ROC AUC score is not defined in that case
Sorry, something went wrong.
#689 seems to fix the TypeError: float() argument must be a string or a number, not 'NoneType’: in fillmedian
TypeError: float() argument must be a string or a number, not 'NoneType’:
tests seem stable now
No branches or pull requests
Our unittests frequently fail for unrelated reasons to the PR. We should make sure our tests run reliably.
ValueError: Only one class present in y_true. ROC AUC score is not defined in that caseassert [[1], [1, 4], [2, 0], [3]] == [[1], [1, 4], [2, 3], [3]]
)http://10.20.13.93:8080/job/nvtabular_tests/1681/console
http://10.20.13.93:8080/job/nvtabular_tests/1678/console
http://10.20.13.93:8080/job/nvtabular_tests/1087/console
http://10.20.13.93:8080/job/nvtabular_tests/1117/console
http://10.20.13.93:8080/job/nvtabular_tests/1109/console
http://10.20.13.93:8080/job/nvtabular_tests/1150/console
The text was updated successfully, but these errors were encountered: