Statement for the competition.
Examine the code for the competition by unzipping the submission file.
After unzipping the file, follow the instructions below:
-
The preprocessed data already exists in the
code/datasets
directory. It was generated usingpre_processing.ipynb
. -
Other notebooks included are
TestingClassifiers.ipynb
,neural_net.ipynb
andknn.ipynb
. The first one contains code for the baseline classifiers, the second one contains code for the neural network and the third one contains code for the k-nearest neighbours approach. -
Install modules that may be missing on your system upon running of the notebooks.
Final report of the competition.