powered by
A function to extract the confusion matrix information.
ModelMetrics(Model)
A list
A trained model.
xgboost <- XGBoostModel(SplitRatio = 0.2, CV = 2, NCores = 1, NewData = NULL) ModelMetrics(Model = xgboost)
Run the code above in your browser using DataLab