Re: Error running ML Code on Django

2017-06-22 Thread A.S. Khangura
On Thu, Jun 22, 2017 at 12:27 PM, A.S. Khangura wrote: > Here is traceback: http://dpaste.com/1FPN16G Although I found that one is not able to load any data on runtime using pickle or joblib in Django. Is there any way to load pickle and joblib in Django? -- Thanks

Error running ML Code on Django

2017-06-22 Thread A.S. Khangura
I am trying to run a function from views.py which carries some Machine-Learning code. While I am loading ML model using Joblib from sklearn It throws error related to tfidf. Here is traceback: http://dpaste.com/1FPN16G -- Thanks Arshpreet Singh Python Developer Web Development/Data