Skip to content

gmontamat/web-traffic-time-series-forecasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Traffic Time Series Forecasting

Analysis and submissions code for the Kaggle competition. The idea is to forecast future traffic to Wikipedia pages. This competition focuses on the problem of forecasting the future values of multiple time series, as it has always been one of the most challenging problems in the field.

Ideas

  • Use Facebook's prophet as a baseline
  • Use median values as a baseline
  • Remove outliers/smoothing
  • Include additional features to the data such as Google Trends

Useful links

Timeline

This competition has a training phase and a future forecasting phase. During the training phase, participants build models and predict on historical values. During the future phase, participants will forecast future traffic values.

  • September 1st, 2017 - Deadline to accept competition rules.
  • September 1st, 2017 - Team Merger deadline. This is the last day participants may join or merge teams.
  • September 1st, 2017 - Final dataset is released.
  • September 10th, 2017 - Final submission deadline.

Competition winners will be revealed after November 10, 2017.

All deadlines are at 11:59 PM UTC on the corresponding day unless otherwise noted. The competition organizers reserve the right to update the contest timeline if they deem it necessary.