Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jan 26, 2023
1 parent 5abb811 commit 715a273
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# mlr3fselect (development version)

* refactor: Remove internal use of `mlr3pipelines`.
* fix: `AutoFSelector` now works with measures that require the importance or oob error.
* fix: Feature selection with measures that require the importance or oob error works now.

# mlr3fselect 0.9.0

Expand Down
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,6 @@ instance
## <FSelectInstanceSingleCrit>
## * State: Not optimized
## * Objective: <ObjectiveFSelect:classif.svm_on_spam>
## * Search Space:
## id class lower upper nlevels
## 1: address ParamLgl NA NA 2
## 2: addresses ParamLgl NA NA 2
## 3: all ParamLgl NA NA 2
## 4: business ParamLgl NA NA 2
## 5: capitalAve ParamLgl NA NA 2
## ---
## 53: technology ParamLgl NA NA 2
## 54: telnet ParamLgl NA NA 2
## 55: will ParamLgl NA NA 2
## 56: you ParamLgl NA NA 2
## 57: your ParamLgl NA NA 2
## * Terminator: <TerminatorEvals>

We select a simple random search as the optimization algorithm.
Expand Down

0 comments on commit 715a273

Please sign in to comment.