Skip to content

orbital 0.3.0

Latest
Compare
Choose a tag to compare
@EmilHvitfeldt EmilHvitfeldt released this 22 Dec 07:04
  • orbital() has gained type argument to change prediction type. (#66)

  • orbital() now works with logistic_reg(engine = "glm") models for class prediction and probability predictions. (#62, #66)

  • orbital() now works with boost_tree(engine = "xgboost") models for class prediction and probability predictions. (#71)

  • orbital() now works with decision_tree(engine = "partykit") models for class prediction and probability predictions. (#77)

  • augment() method for orbital() object have been added. (#55)

  • orbital() gained prefix argument to allow for renaming of prediction columns. (#59)