-
Notifications
You must be signed in to change notification settings - Fork 33
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.svm.classes error #10
Comments
Same issue. Mismatch between sklearn version. Can you please give the sklearn version originally used? |
Changing line 26 of train_model.py to this fixed it
|
Ok, Thank You !! |
+1 |
Still not working |
Thanks it worked out for me |
"recognize_video.py", line 22, in
recognizer = pickle.loads(open("output/recognizer.pickle", "rb").read())
ModuleNotFoundError: No module named 'sklearn.svm.classes'
The text was updated successfully, but these errors were encountered: