Skip to content

brandonrford/cluster_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source code for my clustering article

The python file I used to create my domesticated animal map.

All of the attributions and results are available here: https://brandonsvoid.com/clustering-anthro-data

This file was created in Google Colaboratory. I've also tested it in a local Python environment, but not in a Jupyter notebook environment. However, I see no reason why it wouldn't work in any environment where you have the prerequisite packages and can run Python.

Python Packages Used:

Folium (map tool)

Folium

Licensed under an MIT License, copyright Rob Story

Branca (legend tool)

Branca

Licensed under an MIT License, copyright Martin Journois

Pandas (dataset wrangler)

Pandas

The pandas development team. pandas-dev/pandas: Pandas. Latest, Zenodo, Oct. 2021. 10.5281/zenodo.3509134. https://doi.org/10.5281/zenodo.3509134.

Data structures for statistical computing in python, McKinney, Proceedings of the 9th Python in Science Conference, Volume 445, 2010.

Seaborn (data visualization)

Seaborn

Waskom, Michael L. "seaborn: statistical data visualization." Journal of Open Source Software, vol. 6, no. 60, The Open Journal, 2021, https://doi.org/10.21105/joss.03021.

Matplotlib (data visualization)

Matplotlib

Hunter, J. D. "Matplotlib: A 2D graphics environment." Computing in Science & Engineering, vol. 9, no. 3, IEEE COMP SOC, 2007, https://doi.org/10.5281/zenodo.5194481.

KModes (clustering algorithm)

KModes

Licensed under an MIT License, copyright Nico de Vos.