- CRAN submission for a broken test case.
- Change to with with version 5.1.2 and above of the
earthpackage. As a result,tidypredictwill only parse objects created by this and later versions ofearth.
- Small release for
xgboostchanges.
- Switches maintainer to Max Kuhn
-
Adds support for categorical predictors in
partykit -
Fixes
parsniptests to meet standards of new CRAN version
-
Simplifies tests that verify
ranger -
Adds fit method for parsed
xgboostmodels -
Sets conditional requirement for
xgboost, for test and vignette
-
Parses
rangerclassification models. -
Adds method support for
broom'stidy()function. Regression models only -
Adds
as_parsed_model()function. It adds the proper class components to the list. -
Adds initial support for
partykit'sctree()model -
Adds support for
parsnipfitted models:lm,randomForest,ranger, andearth -
Adds support for xgb.Booster models provided by the
xgboostpackage (@Athospd, #43) -
Adds support for
Cubist::cubist()models (# 36)
- Adds support for MARS models provided by the
earthpackage
-
New parsed models are now list objects as opposed to data frames.
-
tidypredict_to_column() no longer supports
rangerandrandomForestbecause 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/yinterface forearthmodels can now be used.
- It now returns all of the trees instead of just one for tree based models (
randomForest&ranger) (#29)
- tibble 2.0.0 compatibility fix (@krlmlr)
- Add support for
ranger()models.
- Using
x ~.in a randomForest() formula fails (#18 @washcycle).