Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 491 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 491 Bytes

Illinois Tech AI Privacy Hackathon

Models take in articles and output scores for articles depending on how well they follow privacy law

Dependencies:

  • python 3+
  • scikit-learn
  • numpy
  • spacy (and english model)
  • nltk
Instructions

Final submission can be found in "Make_Final_Predictions.ipynb".

This file parses the data, loads the features, our model, and outputs the predictions.

Note any new predictions will need to have the features built from utilities.