-
Notifications
You must be signed in to change notification settings - Fork 4
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
Removing references to final score #259
Conversation
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## development #259 +/- ##
============================================
Coverage 99.37% 99.37%
============================================
Files 41 41
Lines 5596 5598 +2
============================================
+ Hits 5561 5563 +2
Misses 35 35 ☔ View full report in Codecov by Sentry. |
…nto score_disclaimer
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@@ -28,7 +28,7 @@ def get_test_report(): | |||
json_formatted = { | |||
"log_id": 1024, | |||
"metadata": {"attack": "WorstCase"}, | |||
"model_params": {"min_samples_leaf": 10}, | |||
"model_params": {"min_samples_leaf": 2}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's this change for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one small query. When merged we need to make sure Jim knows.
…nto score_disclaimer
Remove all references to a final recommendation in the user stories. Removed references in both code and example outputs. All associated tests pass.