xrf: Fit an eXtreme RuleFit model

View source: R/xrf.R

xrfR Documentation

Fit an eXtreme RuleFit model

Description

S3 method for building an "eXtreme RuleFit" model. See xrf.formula for preferred entry point

Usage

xrf(object, ...)

Arguments

object

an object describing the model to be fit

...

additional arguments

Examples

m <- xrf(Petal.Length ~ ., iris,
         xgb_control = list(nrounds = 2, max_depth = 2),
         family = 'gaussian')


holub008/xrf documentation built on Oct. 11, 2022, 1:52 a.m.