Skip to content
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

[BUG] HDBSCAN requires joblib 1.1.0. #1

Open
jcfaracco opened this issue Sep 24, 2022 · 0 comments
Open

[BUG] HDBSCAN requires joblib 1.1.0. #1

jcfaracco opened this issue Sep 24, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jcfaracco
Copy link
Collaborator

Describe the bug
This is just an external bug tracking. Recently Memory() object from joblib dropped cachedir parameter. HDBSCAN is still using it. So, new versions of joblib are incompatible with HDBSCAN. There is a fix for that, but it is not in production yet.

To Reproduce
Just try to run the DASF test cases with a recent version of joblib.

Expected behavior
No errors.

Additional context
This is just a reminder to fix the hard requirement of joblib==1.1.0 when HDSCAN drops the cachedir parameter.

For further reference: scikit-learn-contrib/hdbscan#565

@jcfaracco jcfaracco self-assigned this Sep 24, 2022
@jcfaracco jcfaracco added the bug Something isn't working label Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant