Skip to content

Releases: tidymodels/rules

rules 1.0.2

13 Mar 17:21
Compare
Choose a tag to compare
  • Updated Authors@R.

rules 1.0.1

17 Jan 21:55
Compare
Choose a tag to compare
  • 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.

rules 1.0.0

23 Jun 22:38
dad7a37
Compare
Choose a tag to compare
  • 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_prop parameter 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 mtry argument is now mapped to colsample_bynode rather than colsample_bytree. This is consistent with parsnip's interface to xgboost as of parsnip 0.1.6. colsample_bytree can still be optimized by passing it in as an engine argument to set_engine() (#60).

  • Introduced support for early stopping in rule_fit() via the stop_iter argument. See parsnip::details_rule_fit_xrf. Note that this is a main argument to rule_fit() requiring parsnip 1.0.0.

rules 0.2.0

23 Mar 23:22
1ceda67
Compare
Choose a tag to compare
  • Model definition functions (e.g. cubist_rules()) were moved to the parsnip package.

rules 0.1.2

16 Aug 13:52
Compare
Choose a tag to compare
  • Maintenance release demanded by CRAN.

rules 0.1.1

16 Jan 16:02
Compare
Choose a tag to compare
  • 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 xgboost to work on their Solaris configuration.

rules 0.1.0

28 Oct 20:02
e5309ce
Compare
Choose a tag to compare
  • The default encoding methods were changed such that parsnip will respect the encoding that the underlying model uses.

rules 0.0.3

02 Oct 16:33
Compare
Choose a tag to compare
  • Documentation changes (some demanded by CRAN).

  • Changes to make rules work well with PSOCK cluster parallelism.

rules 0.0.2

16 Jan 16:02
Compare
Choose a tag to compare
v0.0.2

auto-deploy pkgdown site

rules 0.0.1.9000

16 Jan 16:02
Compare
Choose a tag to compare
  • First CRAN release