K-Nearest Neighbor Learning Tool
- python 3.8
Create and activate a virtual environment:
$ python3.8 -m venv venv
$ source venv/bin/activateInstall the requirements:
$ pip install -r requirements.txtRun the application:
$ python -m knn --help
Run the following command to build the distribution packages:
$ ./build.sh 1.0.0