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

This repo is dead #38

Open
Darel13712 opened this issue Apr 21, 2023 · 2 comments
Open

This repo is dead #38

Darel13712 opened this issue Apr 21, 2023 · 2 comments

Comments

@Darel13712
Copy link

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
Copy link

@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.

@RPetitpierre
Copy link

RPetitpierre commented Feb 8, 2025

I implemented a quick dirty fix for VonMisesFisherMixture obtained by replicating locally the dependencies from the last working version of sklearn (0.22). See my fork. Works with sklearn 1.6.1+

Disclaimer: I did not work on fixing SphericalKMeans. Therefore, the fix deprecates the option init == "spherical-k-means" for _init_unit_centers. This option will now raise a NotImplementedError.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants