You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
This is just an external bug tracking. Recently
Memory()
object from joblib droppedcachedir
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 thecachedir
parameter.For further reference: scikit-learn-contrib/hdbscan#565
The text was updated successfully, but these errors were encountered: