View source: R/ridge_learner_no_scale.R
fit_ridge_no_scale | R Documentation |
Ridge fit function
fit_ridge_no_scale(X, Y, sigma2, currentFit = list(V = NULL))
X |
is the design matrix. Scaling is not handled by the function, it must be dealt with by the user beforehand |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.