parsnip 0.1.4
-
show_engines()
will provide information on the current set for a model. -
For three models (
glmnet
,xgboost
, andranger
), enable sparse matrix use viafit_xy()
(#373). -
Some added protections were added for function arguments that are dependent on the data dimensions (e.g.,
mtry
,neighbors
,min_n
, etc). (#184) -
Infrastructure was improved for running
parsnip
models in parallel using PSOCK clusters on Windows.