| as.fmap | Dispatches execution to the most appropriate XGBoost feature... |
| as.fmap.data.frame | Generates an XGBoost feature map based on feature data. |
| as.fmap.matrix | Generates an XGBoost feature map based on feature data. |
| as.scorecard | Converts a "glm" object to a "scorecard" object. |
| decorate | Dispatches execution to the most appropriate model decoration... |
| decorate.default | Decorates a model object with "preProcess" and "pmml_options"... |
| decorate.earth | Decorates an "earth" object with an "xlevels" element. |
| decorate.elm | Decorates an "elm" object with a "model" element. |
| decorate.glmnet | Decorates a "glmnet" object with a "lambda.s" element. |
| decorate.party | Decorates a "party" object with a "predicted" element. |
| decorate.randomForest | Decorates a "randomForest" object with PMML conversion... |
| decorate.ranger | Decorates a "ranger" object with a "variable.levels" element. |
| decorate.svm.formula | Decorates a "svm.formula" object with an "xlevels" element. |
| decorate.train | Decorates the final model of a "train" object with model... |
| decorate.WrappedModel | Decorates a "WrappedModel" object with "invert_levels"... |
| decorate.xgb.Booster | Decorates an "xgb.Booster" object with "fmap", "schema",... |
| r2pmml | Converts an R model object to PMML. |
| verify | Dispatches execution to the most appropriate model... |
| verify.default | Enhances a model object with verification data. |
| verify.glm | Enhances a "glm" object with verification data. |
| verify.train | Enhances a "train" object with verification data. |
| verify.xgb.Booster | Enhances an "xgb.Booster" object with verification data. |
| write.fmap | Writes XGBoost feature map to a file. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.