View source: R/tune_glmnet_interval.R
tune.glmnet.interval | R Documentation |
Wrapper function for glmnet objects used by epsgo function. This function is mainly used within the function epsgo
. See the R
package c060 for details.
tune.glmnet.interval( parms, x, y, weights, x_test = NULL, y_test = NULL, offset = NULL, lambda = NULL, num.nonpen = 0, nfolds = 10, type.measure = "mse", seed = 12345, grouped = TRUE, type.min = "lambda.min", family = "gaussian", foldid = NULL, intercept = TRUE, standardize.response = FALSE, p = NULL, parallel = FALSE, verbose = FALSE, search.path = FALSE, ... )
mixlasso
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.