jasonlaska / spherecluster

Clustering routines for the unit sphere
https://medium.com/@jaska_at_clara/simple-datetime-disambiguation-fd2374ce664a
MIT License
333 stars 78 forks source link

This repo is dead #38

Open Darel13712 opened 1 year ago

Darel13712 commented 1 year ago

The version in PyPI does not work as described in #29 #35 and #34 is not merged. There is a fork https://github.com/rfayat/spherecluster but it doesn't work for me either. Downgrading scikit-learn==0.20.0 for some reason also didn't work, maybe I'm doing it wrong.

mattroos commented 4 months ago

@Darel13712 I downgraded to scikit-learn 0.22.0 and it worked for me. I've only tested spherecluster.util.sample_vMF() and spherecluster.VonMisesFisherMixture (posterior_type='soft') so far.