Skip to content

Commit

Permalink
0.1.17 release candidate (#819)
Browse files Browse the repository at this point in the history
* version bumps and refreshes

* Small description change
  • Loading branch information
topepo authored Sep 27, 2021
1 parent 33b18bf commit 531bc3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: recipes
Title: Preprocessing and Feature Engineering Steps for Modeling
Version: 0.1.16.9000
Version: 0.1.17
Authors@R:
c(person(given = "Max",
family = "Kuhn",
Expand All @@ -12,7 +12,7 @@ Authors@R:
email = "[email protected]"),
person(given = "RStudio",
role = "cph"))
Description: Recipes prepare your data for modeling. An extensible
Description: A recipe prepares your data for modeling. We provide an extensible
framework for pipeable sequences of feature engineering steps provides
preprocessing tools to be applied to data. Statistical parameters for
the steps can be estimated from an initial data set and then applied
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# recipes (development version)
# recipes 0.1.17

## New Steps

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ad_rec <- recipe(Class ~ tau + VEGF, data = ad_data) %>%
step_normalize(all_numeric_predictors())

ad_rec
#> Data Recipe
#> Recipe
#>
#> Inputs:
#>
Expand Down

0 comments on commit 531bc3c

Please sign in to comment.