Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jginsburgn/k-means
- Owner: jginsburgn
- License: gpl-3.0
- Created: 2019-06-25T07:37:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T22:12:11.000Z (over 2 years ago)
- Last Synced: 2023-02-27T18:52:00.772Z (over 1 year ago)
- Language: Python
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```