Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```