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

Scikit-learn warning #158

Open
alfonsomhc opened this issue Nov 24, 2017 · 4 comments
Open

Scikit-learn warning #158

alfonsomhc opened this issue Nov 24, 2017 · 4 comments

Comments

@alfonsomhc
Copy link

alfonsomhc commented Nov 24, 2017

It seems you get this error if you use a different scikit-version.

/home/user/anaconda3/lib/python3.6/site-packages/sklearn/base.py:311: UserWarning: Trying to unpickle estimator LinearSVC from version pre-0.18 when using version 0.19.1. This might lead to breaking code or invalid results. Use at your own risk.
  UserWarning)

I have just started testing the library, so I don't know if this is a problem.

@tirkarthi
Copy link

Possibly added as part of this PR : scikit-learn/scikit-learn#7248
Relevant issue : scikit-learn/scikit-learn#7135

I think this would require re-generation of the models in the data folder but I am not sure. Maybe someone else can chime in here on this.

@libindavis
Copy link

You really need to use the same version to generate and load model

@w95
Copy link

w95 commented Dec 10, 2018

Hey guys, could you please provide the code for regenerating the model?

@libindavis
Copy link

Hey guys, could you please provide the code for regenerating the model?

https://rasa.com/docs/nlu/quickstart/ check the section of 3. Train your Machine Learning NLU model.

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

4 participants