python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
NameError: name 'GridSearchCV' is not defined. I have done the import though : from sklearn.model_selection import GridSearchCV
NameError Traceback (most recent call last)
C:\Users\VAISHN~1\AppData\Local\Temp/ipykernel_6520/2922578464.py in
3 'kernel': ['rbf']}
4
----> 5 optimal_params...
Vaishnavi
Votes: 0
Answers: 1
Training OpenCV model on multiple pictures based on color, not on shape AKA "Banana ripeness detector"
So long story short, I'm looking for an OpenCV model that does training on multiple image sets based on color, not on shape. Like a FaceRegonition algorithm (Fisherfacerecognizer, EigenFaces, Lbphface...

TheCulprit
Votes: 0
Answers: 0
predict job title on the basis of skills
I'm working on a project where I need to predict if a person should be frontend dev, backend dev, DevOps eng or data scientist, etc on the basis of his skills.
For example:
Sam has skills ['python','s...
rawheel
Votes: 0
Answers: 2
Support vector machine with multioutput ValueError: The number of classes has to be greater than one; got 1 class
I am stuck on an error when trying to run a multioutput classifier that is using a support vector machine.
The test set y_train_svm looks like this:
array([[1, 1, 1, 1, 1, 1],
[1, 1, 1, 1, 1, 1...
Tobman
Votes: 0
Answers: 1