Implementation of the KNN algorithm for the Artificial Intelligence class at UFLA
To run this project, open this folder on the terminal and run
$ python3 main.py <path_to_database> <percentage_use_to_test> <numbers_of_k_to_test>
For example:
$ python3 main.py spambase/spambase.data 0.10 1 3 5 7
This project only has PrettyTable as a dependency
pip3 install --user prettytable
- Python3
- PrettyTable - To print tables
- Eduardo Lima - LimaEduardo
- Arthur Cruz - thuzax