• Stars
    star
    190
  • Rank 203,133 (Top 5 %)
  • Language
    Jupyter Notebook
  • Created over 7 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Time Series Analysis & Forecasting of Rossmann Sales with Python. EDA, TSA and seasonal decomposition, Forecasting with Prophet and XGboost modeling for regression.

rossmann_TSA_forecasts

This project is built using the data from Rossmann competition hosted at Kaggle and then published for comfortable reading as the Jupyter notebook.

To check out the project open an .ipynb file.

Time Series Analysis & Forecasting

  • Exploratory Data Analysis with Python (ECDF, missing values, Correlation analysis ...)
  • Time Series Analysis per store type (Seasonal decomposition, Autocorrelation)
  • Forecasting with Prophet
  • Predictive modeling with XGboost

Libraries used: numpy, pandas, matplotlib, seaborn, statsmodel, fbprophet (Facebook), xgboost, sklearn.

Thank you for reading!