Description Usage Arguments Value Examples
View source: R/regularized_inference.R
Use CV to find appropriate values of lambda for either feature selection or for prediction.
1 2 | cv_regularized_parameter_estimator(vectorized_rolypoly_data, n_folds = 10,
...)
|
vectorized_rolypoly_data |
rolypoly data used for inference |
n_folds |
number of folds for cross validation |
... |
other arguments to pass to cv.glmnet |
results from cross validation
1 | ## Not run: cv_regularized_parameter_estimator(vectorized_rolypoly_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.