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
In sim engine tests: there's currently an end-to-end test for classifier. Same for sim plot and for pdr bot tests.
We recently added regression ai models. They're mostly the same to use as classifiers; but there are differences.
We've encountered at least one bug in pdr bot because it couldn't properly handle regression models.
Let's robust-ify our code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background / motivation
In sim engine tests: there's currently an end-to-end test for classifier. Same for sim plot and for pdr bot tests.
We recently added regression ai models. They're mostly the same to use as classifiers; but there are differences.
We've encountered at least one bug in pdr bot because it couldn't properly handle regression models.
Let's robust-ify our code.
TODOs / DoD
The text was updated successfully, but these errors were encountered: