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

Implement machine learning data clustering #2754

Open
mdibello opened this issue Nov 8, 2017 · 0 comments
Open

Implement machine learning data clustering #2754

mdibello opened this issue Nov 8, 2017 · 0 comments
Assignees
Labels

Comments

@mdibello
Copy link
Contributor

mdibello commented Nov 8, 2017

Implement a clustering algorithm (either k-means or x-means) to group similar data and display the results in a 2-D space. For the use-case, implement this machine learning functionality for the pop culture project.

Create some kind of interface where you specify the independent/predicting variables vs. the dependent/measured ones, and maybe the number of clusters (if k-means; x-means tries to figure this automatically). Then it runs the clustering algorithm.

The clusters are in a high dimensional space, but maybe somehow they can be projected into a 2-D view so you can visualize them (see how many points are in each; how dispersed they are). Then you can mouse over them and see the aggregate characteristics of the individuals who make up the clusters.

(This feature has been submitted on behalf of @fgmart)

@mdibello mdibello self-assigned this Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant