-
The distance based classifiers are not working properly, and there are several issues related to them. I am going to collate them here and comment on progress fixing them.
1. KNN with msm distance …
-
#### Describe the bug
When using sklearn's `GridSearchCV` with `SequentialFeatureSelector`, the configured hyperparameter values are not properly propagated to the actual classifier that is used fo…
-
Hello,
Can we apply your code for any regression problem with continuous variables?
Many thanks,
Thang
-
Hi to all!
I express my deep gratitude for your product, very perspective!
Please, can you provide example of model training with some distance metric? Especially, if i need only embedding from …
-
https://github.com/PyTorchLightning/lightning-bolts/blob/8b4d90d7443ac263fd246e2745c267439f4b9274/pl_bolts/callbacks/knn_online.py#L102
The above line in the callback creates a kNN classifier with …
-
Hi,
I am trying to reproduce the knn results but fail to do so. I am using the pretrained model from the [checkpoint](https://chunyleu.blob.core.windows.net/output/ckpts/esvit/swin/swin_tiny/bl_lr0.0…
-
Hey! We're trying to run the benchmark. When running `main.py`, we're getting a dimensionality error. Here's our full error log:
```
LinearSVC(C=0.01, max_iter=1200, tol=1e-05)
Traceback (most r…
-
Thanks for your interesting work!
I would like to know some details of how you perform kNN classifier on the ImageNet-LT dataset, including the number of K and the temperature used in exp(cos_sim /…
-
Some Jira issues have labels, like [this one](https://issues.apache.org/jira/browse/LUCENE-8213) with `labels: performance`. But when we don't seem to carry over the label to the [GitHub issue](https…
-
Hello,
It is good library, we used it for several our papers. However, it is not completeness.
I found two issues of this library when run on STL10 dataset as follows:
**1)** since label for …