-
-
Notifications
You must be signed in to change notification settings - Fork 123
Roadmap
Tomás Capretto edited this page Mar 8, 2021
·
30 revisions
Short term (next one or two releases)
-
Consolidate ArviZ integration
- Document new functionality
- Support new functionality (including loo-related diagnostics)
-
Revisit default priors see #230
-
Improve documentation
-
Clean and update code, specially to remove inconsistencies or incomplete code
-
Revisit tests.
-
Work on porting code from books
- Regression and other stories
- Statistical Rethinking
Long term (~ next year)
- Think about long-term features
- INLA support?
- Splines
- Gaussian processes
- PyMC4 support
- ?
Ideas for next release
1. New features
- Allow "R-side" covariance structures (#110) and covariance priors in general (for varying effects too)
- Implement scikit-learn compatibility (#105) -> a
.predict()
method. - Add support for splines (#214)
- Add support for Gaussian processes (#215)
-
save_model
andload_model
(#259) - Fromula in priors (#174)
- Add option to plot model specification (#287)
2. Fixes
- Bambi fails when p > n (#278)
3. Documentation
- Add example of posterior predictive sampling (and or check) (#252)
- Add example of prior predictive sampling (and or check) (#251)
4. Tests
We added tests during the last release, but we haven't revisited existing tests.
- Revisit and expand tests in general.
5. Some things I think will give us more power and ease things in the long-term.
- Allow specification of non-builtin backend (#201)
- Decrease our dependency on statsmodels.