-
I am trying to build on your knn-transfomers [repo](https://github.com/neulab/knn-transformers/tree/master?tab=readme-ov-file).
When I run the distill gpt with the given setup in the repo but with …
-
I get this error with a train object of knn type in this code line:
```
pred
-
# 🌟 Adding the kNN-LM and kNN-MT models
## Model description
The kNN [Language Model](https://arxiv.org/pdf/1911.00172.pdf) and [Machine Translation](https://arxiv.org/pdf/2010.00710.pdf) levera…
-
`sqlite-vec` as of `v0.1.0` will be brute-force search only, which slows down on large datasets (>1M w/ large dimensions). I want to include some form of approximate nearest neighbors search before `v…
-
Hey!
Cool repo. I like all the knn+lm methods
Did you do some runs yet? Anything interesting to report?
-
For each ML algorithm select by `ELM.h` define, the file current hdr is request:
```
/tmp/Micro-LM (master) $ gcc main.c -o ./RF
In file included from ELM.h:44,
from main.c:3:
…
-
- [x] xgboost
- [x] ranger
- [x] rpart
- [ ] a neural net package (maybe mxnet or keras)?
- [ ] svm from e1071
- [x] naiveBayes from e1071
- [ ] kknn (knn from class and fnn do not s…
-
# Summary
If `faiss` is `import`ed before `torch` - the returned KNNs from a GPU index are very bad. If we switch the order of imports, the returned KNNs are **much** more accurate.
# Platform
…
-
## The problem
When imputing missing values with `step_impute_knn(all_predictors())` the error `Error in gower_work(x = x, y = y, pair_x = pair_x, pair_y = pair_y, n = n, : Column 2 of x is of clas…
-
When i paper to indexing with sample data with step in Indexingoffline ,it has erro happen in the begging of process(i have finished the base requrements.txt libary) ........
Traceback (most rece…