-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.30: Documentation #92
Comments
Quickstart example of hubness estimation, hubness reduction and usage in sklearn workflows updated in the readme in #105. |
Is there a beta release for v0.30? |
The main branch here is at v0.30. I just tested the following, which works for me: conda create --prefix /tmp/scikit-hubness python=3.10
conda activate /tmp/scikit-hubness
pip install https://github.com/VarIr/scikit-hubness/archive/main.tar.gz
python3
# ... and running the quickstart example code from README.md |
Awesome, thanks for your help. This works for me too w/ v0.30a. Apologies for the mixup. If it helps, I was able to reproduce the error from last time which happened both on Apple Silicon and Linux server I have access to.
Error looks like this:
|
Thank you. So building some dependencies fails when installing an old version from PyPI. This is not entirely surprising in particular for nmslib, which hasn't been maintained since 2021 or so. |
All documentation must be adapted to the new API, including example use-cases.
The text was updated successfully, but these errors were encountered: