We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
58f26a4
orbital() has gained type argument to change prediction type. (#66)
orbital()
type
orbital() now works with logistic_reg(engine = "glm") models for class prediction and probability predictions. (#62, #66)
logistic_reg(engine = "glm")
orbital() now works with boost_tree(engine = "xgboost") models for class prediction and probability predictions. (#71)
boost_tree(engine = "xgboost")
orbital() now works with decision_tree(engine = "partykit") models for class prediction and probability predictions. (#77)
decision_tree(engine = "partykit")
augment() method for orbital() object have been added. (#55)
augment()
orbital() gained prefix argument to allow for renaming of prediction columns. (#59)
prefix