This repo contains the code for the demo and exercise in this lesson about clustering.
Dependencies can be found in the requirements.txt
file.
├── CODEOWNERS
├── Clustering-as-a-Feature
│ ├── README.md
│ ├── solution
│ └── starter
├── CodeDemo
│ ├── README.md
│ ├── kmeans_demo_solutions.ipynb
│ └── penguins_lter.csv
├── LICENSE.md
├── README.md
└── requirements.txt