-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unit tests #11
Comments
- Verifying if the generated rules are correct / the same as before from mix_4.results -> 2 = AND 3 = OR 4 = |
Checks to add:
-> Run these tests with various settings
e.g. all possibilities for MAXIMIZE parameter
Check output dimensions
Expected output -> either 0 or 1
Repeated -> should give same result
ModelsCurve returns vector of strings (where each element is a model)
ROC should be between 0 and 1
https://github.com/OHDSI/PatientLevelPrediction/blob/main/tests/testthat/helper-expectations.R
The text was updated successfully, but these errors were encountered: