BayesianLinearRegression.jl icon indicating copy to clipboard operation
BayesianLinearRegression.jl copied to clipboard

A Julia implementation of Bayesian linear regression using marginal likelihood for hyperparameter optimization, as presented in Chris Bishop's book.

Results 1 BayesianLinearRegression.jl issues
Sort by recently updated
recently updated
newest added

Really cool package, looking forward to taking it for a spin. Would be great to interface with statsmodels.jl for an additional R style model fitting API. Also a connection to...