-
QDA, train data, fitted modell: estimate for test error vs. estimate for train error
-
Hello, I am trying to test run your classifiers on our data, and am getting some errors when the system tries various classifiers. The relevant portions of the error messages are pasted below:
```…
-
Hi guys
I want to get the output of "base level" and save, could it be possible?
for example:
sclf2 = StackingClassifier(classifiers=[xgb_model[0],
xgb_mo…
-
I find that your code is really good. It is exactly what i'm searching for. But the problem is, i'm not really good at translating it into python. I really want to find the python version of gabor fil…
-
-
Algorithm to classify a point in space based on its nearest neighbors
-
Hi dude ,
This is not an issue. I am working on a certain project with face recognition to a identify person and thanks to your library and dlib its working fine . I just want to enquiry abou…
-
Hello guys,
I wonder if I can start a discussion on how to choose/apply a suitable database for a large set of images to improve comparison speed.
My plan is use MySQL, so a new extraction can b…
-
Running a Knn model, it throws an ArrayIndexOutOfBoundsException on approximately every other run, using the same data (although in this case, I'm randomly splitting the dataset between test and train…
-
Hi, I'm looking for the best way to cluster a lot of unknown faces. The simple solution would be to do something like:
```python
import face_recognition
faces = []
def add_faces(filename):
…