-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* export class * correct doc * add args minimize, measure_var and active field nlearners * add pareto_front method * add export in NAMESPACE * improve doc a bit * update docs * add more tests * Update R/EnsembleFSResult.R Co-authored-by: Marc Becker <33069354+be-marc@users.noreply.github.com> * Update R/EnsembleFSResult.R Co-authored-by: Marc Becker <33069354+be-marc@users.noreply.github.com> * Update R/EnsembleFSResult.R Co-authored-by: Marc Becker <33069354+be-marc@users.noreply.github.com> * fix variable names * order also by measure (pareto points may have the same num of features) * more realistic pareto front in the test * add Das 'knee' paper * add "knee_points" method * fix method name * change stability args to a list * check stability_args * style change * fix test * supress warnings * 'featureless' learner produces same number of features as best in the RFE * update docs * correct method name and update docs * add tests for knee_points * fix bug in "knee_points" (didn't work properly for measures like accuracy) --------- Co-authored-by: Marc Becker <33069354+be-marc@users.noreply.github.com>
- Loading branch information
Showing
5 changed files
with
356 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.