QueSabz
QueSabz
I have installed it and it seems to be working but when I import it on my notebook I get the following warnings: 
How do I upgrade to scikit-hubness v0.30? I tried using the following command on anaconda : pip install -U scikit-hubness but I got the followin  g

I have done all the steps in a new environment as suggested but when importing from skhubness I get the following error message: 
In terms of pipeline creation I am not well versed. Is there any possibility I can see how this is done for lsh and HNSW classification methods as I really...
Okay thanks. So with the old version there is no problem to use both lsh and hnsw as classifiers? I can have some thing like this: models = ['brute','kd_tree', 'ball_tree',...
 Is there a way of installing and importing puffinn package because I want to use it for lsh method I have installed it...
 I followed instruction from this page and hnsw is working perfectly with nmslib installed but its a different story for lsh
Even the falconn package have some issues when I am trying to install it using: pip install FALCONN==1.3.1 
Do you have any idea How can I modify/add scoring method on the following annoy wrapper class so that it can fully function as a classifier: ``` python import annoy...