Skip to content
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

Monotonicity: Prediction #175

Closed
5 tasks
lawrence-hwang opened this issue Apr 29, 2022 · 0 comments · Fixed by #178
Closed
5 tasks

Monotonicity: Prediction #175

lawrence-hwang opened this issue Apr 29, 2022 · 0 comments · Fixed by #178
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@lawrence-hwang
Copy link
Contributor

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
@lawrence-hwang lawrence-hwang added the enhancement New feature or request label Apr 29, 2022
@lawrence-hwang lawrence-hwang added this to the v1.3 milestone Apr 29, 2022
@lawrence-hwang lawrence-hwang self-assigned this Apr 29, 2022
@lawrence-hwang lawrence-hwang linked a pull request May 2, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant