xgboost changes.Adds support for categorical predictors in partykit
Fixes parsnip tests to meet standards of new CRAN version
Simplifies tests that verify ranger
Adds fit method for parsed xgboost models
Sets conditional requirement for xgboost, for test and vignette
Parses ranger classification models.
Adds method support for broom’s tidy() function. Regression models only
Adds as_parsed_model() function. It adds the proper class components to the list.
Adds initial support for partykit’s ctree() model
Adds support for parsnip fitted models: lm, randomForest, ranger, and earth
Adds support for xgb.Booster models provided by the xgboost package (@Athospd, #43)
Adds support for Cubist::cubist() models (# 36)
earth packageNew parsed models are now list objects as opposed to data frames.
tidypredict_to_column() no longer supports ranger and randomForest because of the multiple queries generated by multiple trees.
All functions that read the parsed models and create the tidy eval formula now use the list object.
Most of the code that depends on dplyr programming has been removed.
Removes dependencies on: tidyr, tibble
The x/y interface for earth models can now be used.
randomForest & ranger) (#29)ranger() models.x ~. in a randomForest() formula fails (#18 @washcycle).