mlr-org / mlr3filters

Filter-based feature selection for mlr3
https://mlr3filters.mlr-org.com
GNU Lesser General Public License v3.0
20 stars 8 forks source link

Add help method for filters #68

Closed mllg closed 4 years ago

mllg commented 4 years ago

fixes #59

codecov-io commented 4 years ago

Codecov Report

Merging #68 into master will not change coverage by %. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #68   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           20        20           
  Lines          245       265   +20     
=========================================
+ Hits           245       265   +20     
Impacted Files Coverage Δ
R/Filter.R 100.00% <100.00%> (ø)
R/FilterAUC.R 100.00% <100.00%> (ø)
R/FilterAnova.R 100.00% <100.00%> (ø)
R/FilterCMIM.R 100.00% <100.00%> (ø)
R/FilterCarScore.R 100.00% <100.00%> (ø)
R/FilterCorrelation.R 100.00% <100.00%> (ø)
R/FilterDISR.R 100.00% <100.00%> (ø)
R/FilterFindCorrelation.R 100.00% <100.00%> (ø)
R/FilterImportance.R 100.00% <100.00%> (ø)
R/FilterInformationGain.R 100.00% <100.00%> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 64e9a51...37827f0. Read the comment docs.