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] Reorganise the structure of the clustering module #2252

Open
TonyBagnall opened this issue Oct 25, 2024 · 2 comments
Open

[ENH] Reorganise the structure of the clustering module #2252

TonyBagnall opened this issue Oct 25, 2024 · 2 comments
Labels
clustering Clustering package enhancement New feature, improvement request or other non-bug code enhancement

Comments

@TonyBagnall
Copy link
Contributor

Describe the feature or idea you want to propose

currently contains the following submodules

feature_based
deep_learning
averaging
compose

Describe your proposed solution

averaging is to going to move to protoyping

after meeting on 25/10/24 propose adding

  1. hierarchical (when we get a hierarchical algorithm)
  2. partional for all of the k-means and medoids algorithms

Describe alternatives you've considered, if relevant

No response

Additional context

No response

@TonyBagnall TonyBagnall added enhancement New feature, improvement request or other non-bug code enhancement clustering Clustering package labels Oct 25, 2024
@SebastianSchmidl
Copy link
Member

Is there a roadmap for adding hierarchical clustering algorithms?

I have some code lying around that uses sklearn.cluster.AgglomerativeClustering with metric="precomputed" and the aeon distances. It was rather straight-forward until I wanted to use ward-linkage with any elastic distance because sklearn forbids using ward-linkage with anything other than Euclidean distance. I know it is not supposed to be used like that but provides good results.

@TonyBagnall
Copy link
Contributor Author

No roadmap, I think @chrisholder has some kicking around t go in soon.

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

No branches or pull requests

2 participants