UBC-MDS / feature-selection-python

A Python package for feature selection with ML estimators
MIT License
5 stars 1 forks source link

Updates to address Review Feedback #95

Closed techrah closed 4 years ago

techrah commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #95   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          319       318    -1     
=========================================
- Hits           319       318    -1     
Flag Coverage Δ
#unittests 100.00% <100.00%> (ø)
Impacted Files Coverage Δ
feature_selection/recursive_feature_elimination.py 100.00% <ø> (ø)
feature_selection/__init__.py 100.00% <100.00%> (ø)
feature_selection/forward_selection.py 100.00% <100.00%> (ø)
feature_selection/simulated_annealing.py 100.00% <100.00%> (ø)
tests/test_forward_selection.py 100.00% <100.00%> (ø)
tests/test_recursive_fetaure_elimination.py 100.00% <100.00%> (ø)
tests/test_simulated_annealing.py 100.00% <100.00%> (ø)
tests/test_variance_thresholding.py 100.00% <100.00%> (ø)

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 2c03b57...169828d. Read the comment docs.