Safe predictions from a C5 classification tree
1 2 3 | ## S3 method for class 'C5.0'
safe_predict(object, new_data, type = c("prob", "class"),
..., threshold = 0.5)
|
object |
A |
new_data |
TODO |
type |
TODO |
... |
Unused. |
threshold |
A number between |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.