Description Usage Arguments Value Author(s)
View source: R/FitLassoRidgeModels.R
Fits lasso or ridge regression models to the performance data gathered by MetaTuner.
1 | FitLassoRidgeModels(X, Nmodels, model.order, model.type = c("lasso", "ridge"))
|
X |
data frame containing the performance data |
Nmodels |
number of models to generate (1 original plus |
model.order |
order to use for the regression model. Defaults to 2 |
model.type |
type of model to fit. See |
list containing information about all models fitted
Felipe Campelo (fcampelo@ufmg.br), Athila Trindade (rochaathila@gmail.com)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.