Recent Releases of rules
rules - rules 1.0.1
The
tidy()method for RuleFit models was not using the penalty value. This is corrected and a single penalty value is required for using the function. (#66)Fixed bug where predict sometimes didn't work for xrf models.
C50 tree
tidy()method nor works with threes by showing terminal nodes in rules.
- R
Published by EmilHvitfeldt over 3 years ago
rules - rules 1.0.0
tidy()method for Cubist models now has an option for how many committees to tidy.Added a
tidy()method for C5.0 rule-based models.The
mtry_propparameter was moved to the dials package and is now re-exported here for backward compatibility.A bug was fixed related to
multi_predict()with C5.0 rule-based models (#49).The
mtryargument is now mapped tocolsample_bynoderather thancolsample_bytree. This is consistent with parsnip's interface toxgboostas of parsnip 0.1.6.colsample_bytreecan still be optimized by passing it in as an engine argument toset_engine()(#60).Introduced support for early stopping in
rule_fit()via thestop_iterargument. Seeparsnip::details_rule_fit_xrf. Note that this is a main argument torule_fit()requiring parsnip 1.0.0.
- R
Published by EmilHvitfeldt about 4 years ago
rules - rules 0.2.0
- Model definition functions (e.g.
cubist_rules()) were moved to the parsnip package.
- R
Published by juliasilge over 4 years ago
rules - rules 0.1.2
- Maintenance release demanded by CRAN.
- R
Published by topepo almost 5 years ago
rules - rules 0.1.1
Added
tidy()methods for cubist and RuleFit models to get back the rules and model coefficients.Clean up
tunable()methods that define the default parameter ranges for the tuning parameters.Changes to test for cases when CRAN cannot get
xgboostto work on their Solaris configuration.
- R
Published by topepo over 5 years ago
rules - rules 0.1.0
- The default encoding methods were changed such that
parsnipwill respect the encoding that the underlying model uses.
- R
Published by topepo over 5 years ago
rules - rules 0.0.3
Documentation changes (some demanded by CRAN).
Changes to make
ruleswork well with PSOCK cluster parallelism.
- R
Published by topepo almost 6 years ago