R/rule_fit_h2o.R

#' RuleFit models via h2o
#'
#' [h2o::h2o.rulefit()] fits a model that derives simple feature rules from a tree
#' ensemble and uses the rules as features to a regularized (LASSO) model. [agua::h2o_train_rule()]
#' is a wrapper around this function.
#'
#' @includeRmd man/rmd/rule_fit_h2o.md details
#'
#' @name details_rule_fit_h2o
#' @keywords internal
NULL

# See inst/README-DOCS.md for a description of how these files are processed
topepo/parsnip documentation built on April 16, 2024, 3:23 a.m.