-
-
Notifications
You must be signed in to change notification settings - Fork 8
Add help method for filters #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
R/FilterVariance.R
Outdated
@@ -47,7 +47,8 @@ FilterVariance = R6Class("FilterVariance", inherit = Filter, | |||
task_type = task_type, | |||
param_set = param_set, | |||
feature_types = feature_types, | |||
packages = packages | |||
packages = packages, | |||
man = "mlr3filters::mlr_filters_performance" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this is a typo.
R/FilterAUC.R
Outdated
@@ -52,7 +52,8 @@ FilterAUC = R6Class("FilterAUC", inherit = Filter, | |||
task_type = task_type, | |||
task_properties = task_properties, | |||
feature_types = feature_types, | |||
packages = packages | |||
packages = packages, | |||
man = "mlr3filters::mlr_filters_anova" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this should be mlr_filters_auc.
Codecov Report
@@ Coverage Diff @@
## master #68 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 20 20
Lines 245 265 +20
=========================================
+ Hits 245 265 +20
Continue to review full report at Codecov.
|
fixes #59