fit_bayesian_ridge: Fit a bayesian ridge regression model as implemented in...

View source: R/models.R

fit_bayesian_ridgeR Documentation

Fit a bayesian ridge regression model as implemented in scikit-learn (python)

Description

Fit a bayesian ridge regression model as implemented in scikit-learn (python)

Usage

fit_bayesian_ridge(formula, data, ...)

Arguments

formula

An object of class formula with a symbolic description of the model to be fitted.

data

A data.frame containing the variables in the model.

...

Other parameters for the model fitting function.

Value

A list with two data frames: gof contains goodness of fit measures of the fit and coefs contains the fitted coefficients.


quadbiolab/Pando documentation built on April 22, 2024, 8:14 a.m.