1 2 3 | gumbelRegression(X, y, fold.id, lambda.seq = 10^seq(1, -4, length.out = 100),
tolerance = 1e-04,
implementation = getOption("gumbelRegression.implementation", "r"))
|
X |
matrix. The covariates. |
y |
numeric vector. The response. |
fold.id |
integer vector. The fold id of each instances. The number should be 1 to |
lambda.seq |
decreasing numeric vector. The sequence of L2 regularization. |
implementation |
character value. Select the implemenation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.