QueSabz

Results 14 comments of QueSabz

I have installed it and it seems to be working but when I import it on my notebook I get the following warnings: ![2022-03-14 12_21_52-SpeedUp Methods - Jupyter Notebook](https://user-images.githubusercontent.com/48109511/158171422-baf2636d-4164-4259-b4b0-9d13865ef43c.png)

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 ![2022-03-14 13_03_32-C__Windows_system32_cmd exe](https://user-images.githubusercontent.com/48109511/158177503-5db04950-5fa3-497d-b07b-f127643ea00e.png) g

![2022-03-14 13_46_59-C__Windows_system32_cmd exe](https://user-images.githubusercontent.com/48109511/158185170-4e203081-a6e8-4854-9cb6-7cc1d85a5c04.png)

I have done all the steps in a new environment as suggested but when importing from skhubness I get the following error message: ![image](https://user-images.githubusercontent.com/48109511/158418928-345545c8-dd90-4f42-8905-7e9692deb7e0.png)

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',...

![2022-03-17 16_17_49-Approximate Nearest Neighbour - Jupyter Notebook](https://user-images.githubusercontent.com/48109511/158845948-0dd76c70-efe6-42b4-a74c-42512fb5f8d9.png) Is there a way of installing and importing puffinn package because I want to use it for lsh method I have installed it...

![image](https://user-images.githubusercontent.com/48109511/159255537-366b54e4-44d2-4bb3-a5a2-d99e04954b34.png) 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 ![image](https://user-images.githubusercontent.com/48109511/159535224-2ebbbdd4-234e-4097-96f6-c7b871edba51.png)

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...