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

Make a partitioning based on the clustering of the data #94

Open
JulienPeloton opened this issue Sep 14, 2018 · 0 comments
Open

Make a partitioning based on the clustering of the data #94

JulienPeloton opened this issue Sep 14, 2018 · 0 comments

Comments

@JulienPeloton
Copy link
Member

Idea 1 (fixed clustering):

  • load raw data
  • perform a k-means where k = number of partitions
  • repartition accordingly

Idea 2 (dynamic clustering):

  • Load raw data
  • Look dynamically for clusters in the data. Maybe we can start with some guess, and increase/decrease if data suggest.
  • repartition accordingly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant