prog_algs
prog_algs copied to clipboard
Explore Non-Iterative Predictors
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.