Description Usage Arguments Value Examples
View source: R/Base_Functions.R
Check model accuracy and statistics using ROC curves and variable importance
1 | diagnose(model, model_type, train_data, test_data)
|
model |
Machine-learning model |
model_type |
Model type for plotting titles |
train_data |
Data trained on by the model |
test_data |
Data to test on by the model |
ROC curve and variable importance scores
1 | importance <- diagnose(gbm_model, "GBM", train, test)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.