Description Usage Arguments Value Examples
DEPRECATED Plot roc curve
1 | plot_roc_curve(model, table)
|
model |
the name of a model |
table |
the name of the test data |
a ggplot graph
1 2 3 4 | ## Not run:
plot_roc_curve(model = model_departements, table = table_test_preprocessed)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.