diff --git a/DESCRIPTION b/DESCRIPTION index 2b2e1c2..c5e9fe9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: important Title: Supervised Feature Selection -Version: 0.0.1.9000 +Version: 0.2.0 Authors@R: c( person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2402-136X")), diff --git a/NEWS.md b/NEWS.md index 72e7622..8f76f5c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,12 @@ -# important (development version) +# important 0.2.0 + +Three recipe steps were added for supervised feature selection: + + - `step_predictor_retain()` + - `step_predictor_best()` + - `step_predictor_desirability()` + +See their individual help pages for more information. # important 0.0.1