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

[ENH] Implement DummyClusterer #1528

Closed
MatthewMiddlehurst opened this issue May 14, 2024 · 0 comments · Fixed by #1567
Closed

[ENH] Implement DummyClusterer #1528

MatthewMiddlehurst opened this issue May 14, 2024 · 0 comments · Fixed by #1567
Labels
clustering Clustering package enhancement New feature, improvement request or other non-bug code enhancement

Comments

@MatthewMiddlehurst
Copy link
Member

Describe the feature or idea you want to propose

Both classification and regression have dummy estimators based on the scikit-learn versions i.e. https://scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html.

It would be good if clustering had a version as well. There is not a scikit-learn version for clustering I think, so you anyone who does this may have to get creative with the options.

Describe your proposed solution

Implement a DummyClusterer estimator in the style of the already available classifier and regressor. This should include some options to benchmark against i.e. random clusters.

Describe alternatives you've considered, if relevant

No response

Additional context

No response

@MatthewMiddlehurst MatthewMiddlehurst added enhancement New feature, improvement request or other non-bug code enhancement clustering Clustering package labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clustering Clustering package enhancement New feature, improvement request or other non-bug code enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant