parsnip 0.1.5
-
An RStudio add-in is availble that makes writing multiple
parsnipmodel specifications to the source window. It can be accessed via the IDE addin menus or by callingparsnip_addin(). -
For
xgboostmodels, users can now passobjectivetoset_engine("xgboost"). (#403) -
Changes to test for cases when CRAN cannot get
xgboostto work on their Solaris configuration. -
There is now an
augument()method for fitted models. Seeaugment.model_fit. (#401) -
Column names for
xare now required whenfit_xy()is used. (#398)