Skip to content
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

Functionality to Drop Outlier Features #62

Merged
merged 3 commits into from
Dec 9, 2019

Conversation

gwaybio
Copy link
Member

@gwaybio gwaybio commented Dec 9, 2019

closes #61

@codecov-io
Copy link

Codecov Report

Merging #62 into master will increase coverage by 0.09%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   96.78%   96.88%   +0.09%     
==========================================
  Files          38       39       +1     
  Lines        1618     1667      +49     
==========================================
+ Hits         1566     1615      +49     
  Misses         52       52
Impacted Files Coverage Δ
...tests/test_cyto_utils/test_feature_drop_outlier.py 100% <100%> (ø)
pycytominer/cyto_utils/features.py 85.29% <100%> (+7.03%) ⬆️
pycytominer/tests/test_feature_select.py 100% <100%> (ø) ⬆️
pycytominer/feature_select.py 90.47% <100%> (+0.47%) ⬆️

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 50233cf...2ccb6b9. Read the comment docs.

@gwaybio gwaybio merged commit d712173 into cytomining:master Dec 9, 2019
@gwaybio gwaybio deleted the drop-outlier-features branch December 9, 2019 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extreme Outlier Features Remain after Feature Selection
2 participants