-
Notifications
You must be signed in to change notification settings - Fork 81
Mini Project: Clustering
Mikiko Bazeley edited this page Jan 29, 2019
·
8 revisions
https://www.scss.tcd.ie/~houldinb/ST3011_files/ST3011slides9.pdf
https://uc-r.github.io/kmeans_clustering http://eric.univ-lyon2.fr/~ricco/cours/slides/en/classif_interpretation.pdf https://hlab.stanford.edu/brian/error_sum_of_squares.html
http://blog.yhat.com/posts/customer-segmentation-using-python.html
https://www.datanovia.com/en/lessons/determining-the-optimal-number-of-clusters-3-must-know-methods/
https://github.com/tmcdunn/springboard-customer_clustering/blob/master/Clustering_exercises.ipynb
http://blog.yhat.com/posts/customer-segmentation-using-python.html
https://nikkimarinsek.com/blog/7-ways-to-label-a-cluster-plot-python
https://www.kaggle.com/dhanyajothimani/basic-visualization-and-clustering-in-python
Awesome resources:
- Plotting multiindex barcharts: https://stackoverflow.com/questions/34248741/plotting-pandas-multiindex-bar-chart
- https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.sort_index.html
- https://stackoverflow.com/questions/19384532/how-to-count-number-of-rows-per-group-and-other-statistics-in-pandas-group-by *https://pandas.pydata.org/pandas-docs/version/0.18/generated/pandas.MultiIndex.rename.html *https://stackoverflow.com/questions/43545879/bar-chart-with-multiple-labels *https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.sort_index.html