Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 692 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 692 Bytes

MP2 2023 - G29

Project structure

extra_files/               # folder with the extra files used for the project
    testing_nb.py          # python code with the chosen model (trained and tested with train.txt)

given_files/               # folder with the files given by the teachers
    MP2_enunciado2023.pdf
    test_just_reviews.txt
    train.txt

29.pdf                      # short paper of the project   
README.md                   # this file
results.txt                 # .txt file with the results of the chosen model (output of reviews.py)
reviews.py                  # python code with the chosen model (trained with train.txt and tested with test_just_reviews.txt)