U1 - AI&BA - M2 TBS - Time Series Project
Edgar Jullien, Antoine Settelen, Simon Weiss
~2 weeks development
Kaggle notebook : https://www.kaggle.com/w13w13/lax-passenger-prediction-with-box-jenkins
Presentation link : https://13w13.github.io/U1_Time_Series_LAX_passenger_forecast_with_Box_Jenkins-/#1
Objectives: Apply Box-Jenkins methodology to forecast airport traffic time
series.
Data: You have to download monthly data of air traffic from a specific
airport. The series should contain about 100 observations.
Report: A zip file named name1-name2.zip must be submitted on C@mpus
with:
—
Data : This is a dataset hosted by the city of Los Angeles. The organization has an open data platform found here and they update their information according the amount of data that is brought in. Explore Los Angeles’s Data using Kaggle and all of the data sources available through the city of Los Angeles organization page!
Update Frequency: This dataset is updated daily.
Acknowledgements
This dataset is maintained using Socrata’s API and Kaggle’s API. Socrata has assisted countless organizations with hosting their open data and has been an integral part of the process of bringing more data to the public.
Outline :
We are going to analyze the data, visualize our data to understand it better.
After that, we will focus on time series prediction to predict the number of passengers for future dates.
For time series prediction, we will apply Box Jenkins methodology.