Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 670 Bytes

File metadata and controls

23 lines (12 loc) · 670 Bytes

bundle (development version)

  • Added bundle method for catboost models and, by extension, parsnip::boost_tree(engine = "catboost") via bonsai (#82).

bundle 0.1.3

  • Updated to support new versions of xgboost models (#75).

bundle 0.1.2

  • Added bundle method for objects from dbarts::bart() and, by extension, parsnip::bart(engine = "dbarts") (#64).

  • Bundling xgboost objects now takes extra steps to preserve nfeatures and feature_names (#67).

bundle 0.1.1

  • Fixed bundling of recipes steps situated inside of workflows.

  • Updated required version of xgboost (#62, thanks to @MichaelChirico).

bundle 0.1.0

  • Initial CRAN release of package