Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dionysuzx/stat4705-extracredit
Simple KNN classifier for the Iris dataset
https://github.com/dionysuzx/stat4705-extracredit
Last synced: about 1 month ago
JSON representation
Simple KNN classifier for the Iris dataset
- Host: GitHub
- URL: https://github.com/dionysuzx/stat4705-extracredit
- Owner: dionysuzx
- Created: 2017-12-14T04:55:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T12:58:16.000Z (about 7 years ago)
- Last Synced: 2024-10-17T13:33:18.288Z (3 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STAT4705-extracredit
Simple KNN classifier for the Iris dataset.
Splits data in half for training and testing, then displays the accuracy.
Clone the repo and install dependencies to a Python 3 environment to run.```
git clone https://github.com/dweisiger/STAT4705-extracredit.git
cd STAT4705-extracredit/
pipenv install --three
pipenv shell
python extracredit.py
```