Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jginsburgn/k-means

WIP K-Means tutorial in Python
https://github.com/jginsburgn/k-means

Last synced: 16 days ago
JSON representation

WIP K-Means tutorial in Python

Awesome Lists containing this project

README

        

# WIP: K-Means

This repo was created on February 2019 to pursue self education in the topic of Data Science, specifically K-Means in Python. It was built in team with ITESM Professor Saul Juárez.

The file named `ccrescentus.fa` represents a sequence of genetic information. It is an encoding of nitrogenous bases.

## Run

```
pip install -r requirements.txt
python k_means.py
```