Nothing
Code
orbital(fit, type = "prob")
Condition
Error in `orbital()`:
! "prob" predictions are not available for this model.
i It produces an uncalibrated decision value rather than a probability.
i Use `type = "class"` instead.
Code
orbital(fit, type = "prob")
Condition
Error in `orbital()`:
! "prob" predictions are not available for this model.
i It predicts a class directly, with no probability behind it.
i Use `type = "class"` instead.
Code
route_fallback(rlang::expr(1 + 1), fit, "classification", "class")
Condition
Error:
! Classification output for a model of class <made_up> is not yet supported.
i The model itself is supported for "regression" mode.
Code
order_prob_eqs(c(a = "1", b = "2"), fit, fit$lvl, rlang::current_env())
Condition
Error:
! Model returned 2 expressions for 3 outcome levels.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.