ModelMetrics | R Documentation |
A function to extract the confusion matrix information.
ModelMetrics(Model)
Model |
A trained model. |
A list
xgboost <- XGBoostModel(SplitRatio = 0.2,
CV = 2,
NCores = 1,
NewData = NULL)
ModelMetrics(Model = xgboost)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.