Skip to content

Commit

Permalink
Increment package version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-j-smith committed Jun 3, 2022
1 parent 94aaf40 commit 53b7174
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: MachineShop
Type: Package
Title: Machine Learning Models and Tools
Version: 3.4.3
Date: 2022-04-19
Version: 3.5.0
Date: 2022-06-02
Authors@R: person(c("Brian", "J"), "Smith",
email = "[email protected]",
role = c("aut", "cre"))
Expand Down Expand Up @@ -36,7 +36,7 @@ LazyData: true
License: GPL-3
URL: https://brian-j-smith.github.io/MachineShop/
BugReports: https://github.com/brian-j-smith/MachineShop/issues
RoxygenNote: 7.1.2
RoxygenNote: 7.2.0
VignetteBuilder: knitr
Encoding: UTF-8
Collate:
Expand Down Expand Up @@ -114,7 +114,6 @@ Collate:
'performance_curve.R'
'plot.R'
'predict.R'
'predictors.R'
'print.R'
'recipe_roles.R'
'reexports.R'
Expand Down
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## Version Updates

## 3.5.0
* Add argument `method` to `r2()` for calculation of Pearson or Spearman correlation.
* Add `predict()` S4 method for `MLModelFit`.
* Export `MLModelFunction()`.
* Export `as.MLInput()` methods for `MLModelFit` and `ModelSpecification`.
* Export `as.MLModel()` method for `ModelSpecification`.
* Improve recursive feature elimination of `SelectedInput` terms.
* Improve speed of `StackedModel` and `SuperModel`.
* Internal changes
* Add `.MachineShop` list attribute to `MLModelFit`.
* Move field `mlmodel` in `MLModelFit` to `model` in `.MachineShop`.
* Move slot `input` in `MLModel` to `.MachineShop`.
* Pass `.MachineShop` to the `predict` and `varimp` slot functions of `MLModel`.

## 3.4.3
* Fix `TypeError` in `dependence()` with numeric dummy variables from recipes.
* Prep `ModelRecipe` with `retain = TRUE` for recipe steps that are skipped, for example, when test datasets are created.
Expand Down

0 comments on commit 53b7174

Please sign in to comment.