-
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…
-
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…
-
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 …
-
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…
-
I am attempting to convert a dgCMatrix in R to a sci py matrix using the nmslibR package in order to analyze it using the other functions available in nmslibR. When I do this I receive the error in th…
lkoll updated
6 years ago
-
Namaste!
Given an arbitrary word-vector as a numpy-array of floats... What is the best way to get the words most similar to that vector?
-
`coo.py` is getting large and unweildly. I sometimes spend a lot of time scrolling through it or finding stuff in it. I was thinking of breaking it up into smaller chunks for better maintainability.
…
-
## Introduction
This a proposal for a different implementation of More Like This (MLT) which is purely based on the term vectors API. The goal of MLT is to find documents that are more like or simila…
-
I'm getting unexpected results with percentile rank statistic:
Request:
```
PUT percenttest
{
"settings": {
"number_of_shards": 1,
"number_of_replicas": 0
}
}
POST percenttest/doc/1
{
…
-
I have read the paper:Polysemous Codes in ECCV2016
I have an question:In the paper, you say “Alexandre Sablayrolles had the idea of extending the OPQ method to reduce the number of dimensions”. The…