print.xrf | R Documentation |
Print an eXtreme RuleFit model
## S3 method for class 'xrf' print(x, ...)
x |
an object of class "xrf" |
... |
ignored arguments |
m <- xrf(Petal.Length ~ ., iris, xgb_control = list(nrounds = 2, max_depth = 2), family = 'gaussian') print(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.