Skip to content

aespinoza/knn

Repository files navigation

KNN Library

K-Nearest Neighbor Learning Tool

Requirements

  • python 3.8

Basic setup

Development Setup

Create and activate a virtual environment:

$ python3.8 -m venv venv
$ source venv/bin/activate

Install the requirements:

$ pip install -r requirements.txt

Run the application:

$ python -m knn --help

Deployment packages

Run the following command to build the distribution packages:

$ ./build.sh 1.0.0

About

Exploration of the K-Nearest Neighbor Classification and Confusion Matrix with correctness measurements.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors