Description Usage Arguments Examples
This function allows you to generate a shiny app that outputs the interaction of an xgbmodel.
1 2 3 |
model |
type: XGBModel |
xgbfi.loc |
type: filepath File path for the XGBfi folder. Default is C:/xgbfi |
features |
type: Character Vector A character vector of the features in the model. |
max.interaction.depth |
type: integer Upper bound for extracted feature interactions depth |
max.deepening |
type: integer Upper bound for interaction start deepening (zero deepening => interactions starting @root only) |
max.trees |
type: integer Upper bound for trees to be parsed |
top.k |
type: integer Upper bound for exportet feature interactions per depth level |
max.histograms |
type: integer Amounts of split value histograms |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.