Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 405 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 405 Bytes

COMP551A2

  • In sklearnModels.py, we use the following packages:
    • pandas, sklearn, nltk
  • In RNN.py, we use the following packages:
    • pandas, keras, sklearn

For replicating our results:

Run the following command

python3 sklearnModels.py

Or, run this file in a Python IDE.

This program will output a csv file named “prediction.csv”. It is the csv file that we submit to Kaggles.