Fix nlp imports#3778
Merged
Merged
Conversation
thehomebrewnerd
marked this pull request as draft
October 25, 2022 13:13
Codecov Report
@@ Coverage Diff @@
## main #3778 +/- ##
=======================================
- Coverage 99.7% 99.7% -0.0%
=======================================
Files 343 343
Lines 35681 35680 -1
=======================================
- Hits 35545 35544 -1
Misses 136 136
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
thehomebrewnerd
marked this pull request as ready for review
October 25, 2022 14:15
thehomebrewnerd
requested review from
chukarsten,
eccabay and
jeremyliweishih
October 25, 2022 14:15
gsheni
approved these changes
Oct 25, 2022
chukarsten
approved these changes
Oct 25, 2022
Closed
gsheni
enabled auto-merge (squash)
October 25, 2022 15:07
chukarsten
disabled auto-merge
October 25, 2022 15:07
thehomebrewnerd
enabled auto-merge (squash)
October 25, 2022 15:08
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR makes a few updates for compatibility with the latest versions of Featuretools and nlp-primitives:
from featuretools.primitives import ...instead offrom nlp_primitives import ...