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
When both ground truth and predicted anomalies lists are empty, point_confusion_matrix function gave ValueError: min() arg is an empty sequence
Paste the command(s) you ran and the output. If there was a crash, please include the traceback here.
The text was updated successfully, but these errors were encountered:
we should add a condition to handle this situation.
expected behavior would be to return an empty confusion matrix, i.e. None.
i.e. None
Sorry, something went wrong.
No branches or pull requests
Description
When both ground truth and predicted anomalies lists are empty, point_confusion_matrix function gave ValueError: min() arg is an empty sequence
What I Did
The text was updated successfully, but these errors were encountered: