Kaggle Competition https://inclass.kaggle.com/c/predicting-online-news-popularity
This github repository contains the source code, data, documentation, results, and an R package for the predictions on the Kaggle competition performed by this team.
The structure of the repository contains the following folders:
data
: RData files containing intermediate results of the analysesinput
: original input files downloaded from the websiteoutput
: CSV files with some results of the models handed inpackage
: files related to the R package built for the projectsyntax
: source code with the R scripts used to produce the resultstemp
: temporary files used and stored during the development of the project
The final report can be found in the doc
folder.