Skip to content

Fix Percent Unique#1273

Merged
jeff-hernandez merged 10 commits into
mainfrom
fix_percent_unique
Dec 15, 2020
Merged

Fix Percent Unique#1273
jeff-hernandez merged 10 commits into
mainfrom
fix_percent_unique

Conversation

@jeff-hernandez

@jeff-hernandez jeff-hernandez commented Dec 10, 2020

Copy link
Copy Markdown
Contributor

Closes #1271 by dividing the unique value count by sample size.

@codecov

codecov Bot commented Dec 10, 2020

Copy link
Copy Markdown

Codecov Report

Merging #1273 (d881995) into main (2b11e78) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1273   +/-   ##
=======================================
  Coverage   98.35%   98.36%           
=======================================
  Files         134      134           
  Lines       14440    14456   +16     
=======================================
+ Hits        14203    14220   +17     
+ Misses        237      236    -1     
Impacted Files Coverage Δ
...eaturetools/tests/utils_tests/test_entity_utils.py 100.00% <100.00%> (ø)
featuretools/utils/entity_utils.py 99.21% <100.00%> (+0.79%) ⬆️

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 2b11e78...d881995. Read the comment docs.

@jeff-hernandez
jeff-hernandez marked this pull request as ready for review December 11, 2020 21:22
@jeff-hernandez
jeff-hernandez requested review from rwedge and thehomebrewnerd and removed request for thehomebrewnerd December 14, 2020 16:49
Comment thread featuretools/utils/entity_utils.py Outdated
Comment thread docs/source/release_notes.rst Outdated

@rwedge rwedge left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@jeff-hernandez
jeff-hernandez merged commit 3e59aa6 into main Dec 15, 2020
@jeff-hernandez
jeff-hernandez deleted the fix_percent_unique branch December 15, 2020 21:13
@rwedge rwedge mentioned this pull request Dec 31, 2020
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.

Infer Variable Types Always Returns Numeric For Input Numeric Fields, Regardless of Number of Unique Values.

3 participants