Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading