joaonmatos / feup-machine-learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feup-machine-learning

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

Course Information

You can view this course information here.

Authors

Project developed by students João Matos, Miguel Simões, and Pedro Baptista

Setup

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.

About


Languages

Language:Jupyter Notebook 97.3%Language:Python 2.0%Language:Shell 0.6%Language:Dockerfile 0.0%