Skip to content

Conversation

@angela97lin
Copy link
Contributor

Latest Woodwork version adds useful functionality, and addresses some issues (alteryx/woodwork#455) so I think it's a worthwhile upgrade 😁

@codecov
Copy link

codecov bot commented Dec 16, 2020

Codecov Report

Merging #1560 (fbd010f) into main (73bff4a) will decrease coverage by 0.1%.
The diff coverage is 100.0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             main    #1560     +/-   ##
=========================================
- Coverage   100.0%   100.0%   -0.0%     
=========================================
  Files         236      236             
  Lines       16881    16877      -4     
=========================================
- Hits        16873    16869      -4     
  Misses          8        8             
Impacted Files Coverage Δ
...ts/data_checks_tests/test_id_columns_data_check.py 100.0% <ø> (ø)
evalml/utils/gen_utils.py 100.0% <100.0%> (ø)

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 73bff4a...fbd010f. Read the comment docs.

if isinstance(data, list):
ww_data = np.array(data)

if isinstance(ww_data, pd.api.extensions.ExtensionArray) or (isinstance(ww_data, np.ndarray) and len(ww_data.shape) == 1):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yay, Woodwork update means we can convert directly from numpy now, so no need for this extra logic to convert to pandas first!

@angela97lin angela97lin marked this pull request as ready for review December 16, 2020 15:57
Copy link
Contributor

@dsherry dsherry left a comment

Choose a reason for hiding this comment

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

Very cool!!

Copy link
Contributor

@bchen1116 bchen1116 left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Collaborator

@jeremyliweishih jeremyliweishih left a comment

Choose a reason for hiding this comment

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

nice!

@angela97lin angela97lin merged commit e224159 into main Dec 16, 2020
@angela97lin angela97lin deleted the update_woodwork_0.0.7 branch December 16, 2020 17:00
@dsherry dsherry mentioned this pull request Dec 29, 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.

5 participants