Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 569 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 569 Bytes

Clustering

This repo contains the code for the demo and exercise in this lesson about clustering.

Environment Requirements and Installation

Dependencies can be found in the requirements.txt file.

Folder Structure

├── 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