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

Solve compatibility issues with scikit>=0.24 #34

Closed
wants to merge 1 commit into from

Conversation

rfayat
Copy link

@rfayat rfayat commented Mar 31, 2021

Hi !
First of all thanks a lot for implementing these algorithms !

I've taken care of solving issue #29 which came from a change in scikit's code for kmeans with the release of scikit v0.23. As mentioned by @dominikstrb in PR #31, fixing the issue went a little deeper than simply replacing sklearn.clusters.k_means_ by sklearn.clusters._kmeans mainly because _init_centroids is now a class method of KMeans (the same issue is for instance mentioned here).

In any case, I hope this help ! This is only the second time I contribute to a public repo so I am 100% open to feedback.

Cheers,

Romain F

@jasonlaska
Copy link
Owner

@rfayat Thanks for helping with this. I suspect even this PR is now out of date. Do you have an interest in becoming a co-owner of the package? Are you still using it?

@rfayat
Copy link
Author

rfayat commented Apr 12, 2023

Hi @jasonlaska, indeed as mentioned in #35 the API changed again with v1.0 and this PR is therefore outdated and I'm closing it.

Sure I'd be happy to help you manage the package ! I'll work on compatibility with the latest version of scikit (which is supposed to be stable so there shouldn't be further issues) when I'll have a bit of time 😄

@rfayat rfayat closed this Apr 12, 2023
@Darel13712 Darel13712 mentioned this pull request Apr 21, 2023
@rfayat
Copy link
Author

rfayat commented May 10, 2023

Hi @jasonlaska sorry I was on vacation last week and I missed your invitation to co-own the repository which now has expired... Could you please re-send it ?
Cheers,
RF

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

Successfully merging this pull request may close these issues.

2 participants