-
I recently learned that `sklearn.set_config` option `display='diagram'` is actually interactive and apparently I was not the only one surprised by this. A short video could show how to manipulate the…
-
Try to get model accuracy above 96%
![image](https://user-images.githubusercontent.com/67951999/135218449-bb34fa81-90db-442d-9960-6d2286ede1bf.png)
-
# Reviewer E:
- Would it be possible to include at least one other classifier besides KNN? I don’t see this commonly used in industry, so even a brief counterpoint of logistic regression or random f…
-
Is it possible to put a transformation after a classifier?
I would like to use a KNN classifier to find the nearest neighbour from a large number of labels. Then I would like to use some distance mea…
-
Requesting info about the integration of z coordinate / depth info on the landmarks of the pose tracker.
ghost updated
2 years ago
-
While the `fc` layer is not needed when extracting features from ResNet50, the following command
```
$ python eval_knn.py --dump_features resnet50_features --arch resnet50 --data_path imagenet1k_fol…
-
Όταν βάζω στην VotingClassifier έναν δικό μου classifier και κάνω predict μου σκάει και μου βγάζει έρορ :
Cannot cast array data from dtype('float64') to dtype('int64') according to the rule 'safe'
…
-
## Bug report
**Describe the bug**
Trying to reload a saved KNN object or pixel classifier fails with the exception
```
java.lang.RuntimeException: OpenCV(4.5.1) /Users/runner/work/javacpp-prese…
-
# Reviewer E:
- [x] The text could be misread to imply regression is only an important part of prediction or that prediction is only about the temporal future. Regression is an important part of inf…
-
Typo in the stacking:
from mlxtend.classifier import StackingClassifier
from sklearn.linear_model import LogisticRegression
clf1 = DecisionTreeClassifier(max_depth=4)
clf2 = KNeighborsClassifi…