question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Text featurizer warning on evalml import

See original GitHub issue

In each user_guide notebook - RTD produces a warning wherever evalml is first imported:

Example

The cause of this issue is get_importable_subclasses initializing every component.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
rwedgecommented, Aug 12, 2020

nlp-primitives 1.0 is out on pypi now and tensorflow is no longer a required dependency

1reaction
jeremyliweishihcommented, Aug 12, 2020

Confirmed that warning does not pop up with latest version of nlp-primitives. Thanks @rwedge! You can check here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using Text Data with EvalML
In this demo, we will show you how to use EvalML to build models which use text data. [1]: Copy to clipboard. import...
Read more >
Using Text Data with EvalML — EvalML 0.33.0 documentation - Alteryx
In this demo, we will show you how to use EvalML to build models which use text data. [1]:. import evalml from evalml...
Read more >
EvalML Documentation - Alteryx
EvalML is an AutoML library that builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions. Combined ...
Read more >
EvalML Documentation - Alteryx
In this demo, we will show you how to use EvalML to build models which use text data. [1]: import evalml from evalml...
Read more >
EvalML Documentation
Notice above that there is a Natural Language Featurizer as the first step in the pipeline. AutoMLSearch uses.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found