woodwork icon indicating copy to clipboard operation
woodwork copied to clipboard

Added medcouple as a method for outlier detection

Open ParthivNaresh opened this issue 2 years ago • 1 comments

ParthivNaresh avatar Oct 24 '22 06:10 ParthivNaresh

Codecov Report

Merging #1547 (f4f687a) into main (f5eae8c) will increase coverage by 0.01%. The diff coverage is 99.54%.

@@            Coverage Diff             @@
##             main    #1547      +/-   ##
==========================================
+ Coverage   98.93%   98.94%   +0.01%     
==========================================
  Files          91       93       +2     
  Lines       10951    11166     +215     
==========================================
+ Hits        10834    11048     +214     
- Misses        117      118       +1     
Impacted Files Coverage Δ
woodwork/config.py 100.00% <ø> (ø)
.../statistics_utils/_get_box_plot_info_for_column.py 98.76% <97.82%> (-1.24%) :arrow_down:
woodwork/column_accessor.py 100.00% <100.00%> (ø)
...dwork/statistics_utils/_get_medcouple_statistic.py 100.00% <100.00%> (ø)
...work/statistics_utils/_medcouple_implementation.py 100.00% <100.00%> (ø)
woodwork/tests/accessor/test_statistics.py 100.00% <100.00%> (ø)
woodwork/tests/conftest.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Oct 24 '22 06:10 codecov[bot]

Here are the perf tests

ParthivNaresh avatar Nov 08 '22 16:11 ParthivNaresh

Some small comments, but looking good to me!

Cmancuso avatar Nov 16 '22 19:11 Cmancuso