| xrf | R Documentation | 
S3 method for building an "eXtreme RuleFit" model.
See xrf.formula for preferred entry point
xrf(object, ...)
| object | an object describing the model to be fit | 
| ... | additional arguments | 
m <- xrf(Petal.Length ~ ., iris,
         xgb_control = list(nrounds = 2, max_depth = 2),
         family = 'gaussian')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.