Repository with the project developed in the curricular unit of Machine Learning, a 4th year course in the Integrated Master's Degree in Informatics and Computer Engineering at @FEUP
You can view this course information here.
Project developed by students João Matos, Miguel Simões, and Pedro Baptista
To run this project, open your terminal and run the following commands:
pyhton data_cleaner.py
to clear the project data and obtain tables with all the necessary information.
python db_importer.py
to parse the data and create the database.
To obtain some statistics, you should run python statiscal_methods.py
and check the files in statistics
folder.
To run the developed algorithms, you should run the files in classifiers
folder.
The final predictions are available, after run the respective algorithms, in the predictions
folder.