UBC-MDS / feature-selection-python

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

Modify call of forward function in docstring example #85

Closed vcuspinera closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #85   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          315       315           
=========================================
  Hits           315       315           
Flag Coverage Δ
#unittests 100.00% <100.00%> (ø)
Impacted Files Coverage Δ
feature_selection/forward_selection.py 100.00% <ø> (ø)
feature_selection/__init__.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 6022b51...37b5c4c. Read the comment docs.

techrah commented 4 years ago

Nice catch!