/feup-ac

Primary LanguagePythonMIT LicenseMIT

Machine learning project

Dependencies

To run this project, make sure that you have installed R and python.

Run

To run this project you should use the makefile.
There're three main commands that can be executed:

# Generates the preprocess files
make preprocess_
# Generates the cleaned file
make clean_
# Runs the train algorithms
make submit_
# Cleans the preprocess and cleaned files
make clean 

Make sure to never delete thhe folder data/raw. These files are retrieved from the kaggle platform.