h2o_rulefit_train | R Documentation |
Wrapper for training a h2o.rulefit model as part of a parsnip 'rule_fit' h2o engine
h2o_rulefit_train( formula, data, rule_generation_ntrees = 50, max_rule_length = 3, lambda = 0, ... )
formula |
formula |
data |
data.frame of training data |
rule_generation_ntrees |
integer, the number of trees to build (default = 50) |
max_rule_length |
integer, the maximum tree depth (default = 3). |
lambda |
Specify the regularization strength for LASSO regressor. |
... |
other arguments that are passed to the h2o model |
evaluated h2o model call
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.