-
Trying to convert a .vec file to .magnitude along with an annoy approximate index falls into an infinte loop whereby it continually prints `100.0%`.
Using the repo's `test/models/fasttext.vec` as a…
-
I got intrigued, by the algorithm and the samples and I decided to give it a try.
The samples worked wonderfully.
So I decided to give it a try for a text classification task. I had around 2k text…
-
building 0.19b2 on debian/ubuntus ... still ongoing but I see consistent failure on Debian stretch (nd90, current stable) and testing (nd100), 32bit only (ok on amd64 build):
```
neurodebian@smaug ~…
-
Hello,
I apologize if this is a simple question. I have tried to make the examples run all day without any luck.
I have done exactly
1. Installing vcpkg work without any problems:
```
vcpkg …
-
Quite a boatload of errors considering I copied the install instruction from sklearn site itself.
> Ernests-MacBook-Pro:~ ernest$ pip3 install -U numpy scipy scikit-learn
> Requirement already up-to…
-
Attempted to install scikit-learn with python 3.7.0 ( I have Cython 0.28.3 installed):
```
$ pip3 install scikit-learn
Collecting scikit-learn
Downloading https://files.pythonhosted.org/packag…
-
It would be nice if we did a benchmark and compare popular libraries like annoy, faiss, nmslib, FLANN, etc.
A good reference is [/erikbern/ann-benchmarks](https://github.com/erikbern/ann-benchmarks…
-
When I'm installing the package following shows up:
```
Command "/dev_env/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-ya0bvm5k/scikit-learn/setup.py';f=getattr(tokeni…
-
Currently, we are create obs-pred + maxmin ordering by carrying out maxmin ordering for obs and pred locations separately, and then rbinding them together. Instead, it would be good to have a function…
-
Hi yurymalkov,
I'm sorry to disturb you again. I have a question about the recall performance evaluation in `sift_1b.cpp`. In `sift_1b.cpp`, the number of returned sample for each query is 1, then …