-
Notifications
You must be signed in to change notification settings - Fork 57
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
Update Term Design and add Confidence Level #1059
Comments
If a user has to configure thresholds for more than a term, how can this be done with a single threshold field? Should we express threshold in terms of data points required and internally calculate it as measurement_duration * threshold as measurement_duration is also configurable? This can be taken up later if required. |
Test scenarios for validating this:
|
Moving this issue to 0.0.21 since Term Design changes are going as part of 1081 PR and 0.0.20.2 release. This issue will be closed as part of Confidence level implementation |
The current design [v0.0.20] related to terms has a couple of issues
To prevent this, we need to update the term design as follows
confidence_level = actual_data_points / term_max_data_points
The text was updated successfully, but these errors were encountered: