probml / rebayes

Recursive Bayesian Estimation (Sequential / Online Inference)
MIT License
56 stars 5 forks source link

Regression unit test #7

Closed gerdm closed 1 year ago

gerdm commented 1 year ago

Create simple unit test for all methods by fitting linear regression and logistic regression models to some synthetic datasets (eg from LRVGA paper), and comparing to FCEKF and offline SGD as “gold standard”. All estimators should be able to get within epsilon predictive error given enough data.