Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 630 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 630 Bytes

Cornell Sun Classifier Training Data Parser

Python script that takes in a CSV file denoting age data for the Cornell Sun and generates the necessary features for the Naïve Bayes article age classifier. For the primary parsing logic, see csv-processing.py.

This repo is part of a final project for CS 4701: Practicum in Artificial Intelligence. For the main repository and project description, see the iOS classifier repository.

Team