talon icon indicating copy to clipboard operation
talon copied to clipboard

Scikit-learn warning

Open alfonsomhc opened this issue 7 years ago • 4 comments

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.

alfonsomhc avatar Nov 24 '17 13:11 alfonsomhc

Possibly added as part of this PR : https://github.com/scikit-learn/scikit-learn/pull/7248 Relevant issue : https://github.com/scikit-learn/scikit-learn/issues/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.

tirkarthi avatar Jun 04 '18 10:06 tirkarthi

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

libindavis avatar Nov 27 '18 02:11 libindavis

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

w95 avatar Dec 10 '18 01:12 w95

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.

libindavis avatar Dec 10 '18 02:12 libindavis