-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Labels
bugSomething isn't workingSomething isn't workingtestingRelated to test routinesRelated to test routines
Description
scikit-learn have deprecated force_all_finite, which hdbscan uses here:
https://github.com/scikit-learn-contrib/hdbscan/blob/949ff7aba4e65bcfc77a505948cd50617fbc047e/hdbscan/hdbscan_.py#L767
which breaks our tests:
https://github.com/SpikeInterface/spikeinterface/actions/runs/20129057940/job/57765648034?pr=4252
hdbscan seems aware of the issue: scikit-learn-contrib/hdbscan#673
For now we can limit scikit-learn to <1.8, and wait for hbscan to update.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtestingRelated to test routinesRelated to test routines