Skip to content

Commit

Permalink
Increment package version to 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-j-smith committed Apr 19, 2022
1 parent b09d393 commit 8d5c069
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 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.2
Date: 2022-04-04
Version: 3.4.3
Date: 2022-04-19
Authors@R: person(c("Brian", "J"), "Smith",
email = "[email protected]",
role = c("aut", "cre"))
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Version Updates

## 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.
* Add generalized area under performance curves to `auc()`, `pr_auc()`, and `roc_auc()` for multiclass factor responses.

## 3.4.2
* Add argument `select` to `rfe()`.
* Fix object `perf_stats` not found in `optim()`.
Expand Down

0 comments on commit 8d5c069

Please sign in to comment.