tests/testthat/_snaps/model-C50.md

decision_tree(C5.0) errors for type = prob

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.

boost_tree(C5.0) errors for type = prob

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.


Try the orbital package in your browser

Any scripts or data that you put into this service are public.

orbital documentation built on Sept. 5, 2026, 1:07 a.m.