-
## Instructions To Reproduce the 🐛 Bug:
1. what changes you made (`git diff`) or what code you wrote
```
No changes to code.
```
2. what exact command you run:
`python /tools/nearest_neighbo…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
I want to add the maternal health risk prediction model
The dataset contains:
-…
-
**Describe the bug**
Similar to #5473 , the results of the GPU UMAP implementation provided by `cuml` don't match what I expect using the CPU implementation (from `umap-learn`). In particular, if
1…
-
**Describe the bug**
failure to install scikit-multiflow using the command
pip install scikit-multiflow running on UBUNTU 20.04.1 LTS and python 3.9.1
Error log:
From the error log it se…
-
Secondo voi è corretto questo script per stimare l'AER tramite CV per il KNN?
```
errorknn
-
There is a possible disconnect between ordering of `y` and `X` when using a skorch
net as transformer in a sklearn pipeline while enabling shuffling on the valid
iterator which is a very easy mi…
-
I have multiple OpenCV versions on Ubuntu 14.04. OpenCV 3.0 is installed globally to /usr/local and OpenCV 2.4.11 locally $HOME/DevTools/OpenCV2.4.11/compiled.
And I want to compile openbr with Op…
-
I encountered an error while attempting to create a K-Nearest Neighbor classifier using the Iris dataset. The error message indicates a problem with the 'N' parameter, specifically:
![image](https://…
-
Hi,
I am trying to reproduce your results on ImageNet-1k. I followed the instructions in the README with one exception - I trained on a single A100 node (8x NVIDIA A100-SXM4-40GB) instead of four,…
-
Hi what is the use of no_aug_train_10p set ?
When i tried to refine with imagenet, it eexpected a no_aug train set. What is its purpose?