prog_algs icon indicating copy to clipboard operation
prog_algs copied to clipboard

Explore Non-Iterative Predictors

Open teubert opened this issue 2 years ago • 0 comments

Requirement Text Implement non-iterative prediction method

Background Information Current approaches rely on iterating to a certain point of interest (e.g., Time of Event, save point). There are some approaches that will directly estimate that without the intermediate points. This may be especially true for LinearModels.

DoD

  • [ ] Explore and select methods
  • [ ] Implement feature
  • [ ] Add to example
  • [ ] Add tests
  • [ ] Add to change notes for next release

Note Idea from @matteocorbetta, feel free to add any additional thoughts you have to this note.

teubert avatar May 13 '22 20:05 teubert