create_method | R Documentation |
ensemble
Creates the methods to be used in ensemble
create_method(method, x_select = NULL, args = list(), name = NULL)
method |
Choose method from currently |
x_select |
Optional logical vector of length equal to the number of columns of the covariate matrix indicating which variables should be used by this method. E.g. tree-based methods usually should not be provided with the interactions that Lasso is using. |
args |
Optional list containing the additional arguments that should be passed to the underlying method. |
name |
Optional string naming the method. |
Method that can be passed to ensemble
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.