fit_bayesian_ridge | R Documentation |
Fit a bayesian ridge regression model as implemented in scikit-learn (python)
fit_bayesian_ridge(formula, data, ...)
formula |
An object of class |
data |
A |
... |
Other parameters for the model fitting function. |
A list with two data frames: gof
contains goodness of fit measures of the fit and
coefs
contains the fitted coefficients.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.