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

Sklearn incompatibility #101

Open
127 opened this issue Jan 16, 2020 · 2 comments
Open

Sklearn incompatibility #101

127 opened this issue Jan 16, 2020 · 2 comments

Comments

@127
Copy link

127 commented Jan 16, 2020

This bug revealed again (closed 52).

/usr/local/lib/python3.7/site-packages/sklearn/base.py:253: UserWarning: Trying to unpickle estimator FeatureUnion from version 0.19.1 when using version 0.20.4. This might lead to breaking code or invalid results. Use at your own risk.
  UserWarning)

scikit-learn 0.20.4
Cython 0.29.14

Installed via pip3 install dragnet (OS X 10.15.2 (19C57))

@airhorns
Copy link

airhorns commented May 3, 2020

Anyone figure out if there's a fix for this warning, or if it's actually affecting the results?

@swetepete
Copy link

I’m also exploring installing this tool and running into regular issues.

So far I think it’s because it was designed for Python 2.7 and they haven’t really updated to Python 3 yet.

That’s the simplest explanation I can think of for why so many issues in so many ways.

I had this issue or a similar one on Mac Monterey and on Debian 11 there are other issues.

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

No branches or pull requests

3 participants