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

ModuleNotFoundError: No module named 'sklearn.svm.classes #39

Open
jayasuriya888 opened this issue Jan 28, 2022 · 1 comment
Open

ModuleNotFoundError: No module named 'sklearn.svm.classes #39

jayasuriya888 opened this issue Jan 28, 2022 · 1 comment

Comments

@jayasuriya888
Copy link

Below is my code, could someone help me to resolve this issue.

import numpy as np
#import pandas as pd
#import matplotlib.pyplot as plt
import sklearn
import pickle
import cv2

haar = cv2.CascadeClassifier('./model/haarcascade_frontalface_default.xml')

pickle files

mean = pickle.load(open('./model/mean_preprocess.pickle','rb'))
model_svm = pickle.load(open('./model/model_svm.pickle','rb'))
model_pca = pickle.load(open('./model/pca_50.pickle','rb'))

@golimix
Copy link

golimix commented Feb 23, 2022

the same error

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

2 participants