You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirement Text
Implement monotonicity for a single Prediction.
Background Information
One of four proposed implementations for monotonicity.
Suggested Solution
Given a single prediction, for each event: go through all predicted states and compare those to the next one.
In Prediction, iterate self.data and use monotonicity formula to determine result.
DoD
Steps
Implement feature
Add to example
Add to tutorial
Add tests
Add to change notes for next release
The text was updated successfully, but these errors were encountered:
Requirement Text
Implement monotonicity for a single Prediction.
Background Information
One of four proposed implementations for monotonicity.
Suggested Solution
Given a single prediction, for each event: go through all predicted states and compare those to the next one.
In Prediction, iterate self.data and use monotonicity formula to determine result.
DoD
Steps
The text was updated successfully, but these errors were encountered: