Skip to content

SK7Cosmo/TimeSeries-Forecasting-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚠️ Note

This project was originally developed in 2019. Some libraries, APIs, and functions used in the code may now be deprecated or updated.

It is recommended to use this repository primarily to understand the overall workflow, feature engineering techniques, and modeling approach.

For practical use, please update the dependencies and modify deprecated functions to align with the latest versions of the libraries.

πŸ”„ Workflow

πŸ“Œ Data Processing

  • Load time series dataset
  • Convert datetime and extract features (year, month, day, hour)
  • Perform resampling (hourly, daily, weekly, monthly)
  • Train-validation split

πŸ“Š Exploratory Analysis

  • Trend and seasonality analysis
  • Hypothesis-driven visualizations (year, month, hour, weekday/weekend)
  • Time series decomposition
  • Stationarity check using Augmented Dickey-Fuller test

πŸ€– Models Used

  • Naive Forecasting
  • Moving Average
  • Simple Exponential Smoothing (SES)
  • Holt’s Linear Trend Model
  • Holt-Winters Model
  • AR Model
  • MA Model
  • ARIMA
  • SARIMA

Comparative analysis performed using RMSE (Root Mean Squared Error)


πŸ› οΈ Core Packages Used

  • NumPy
  • Pandas
  • Matplotlib
  • Statsmodels
  • Scikit-learn

About

Time series forecasting using classical statistical models to analyze trends, seasonality and temporal patterns. Multiple ML models are evaluated to identify the most effective forecasting approach.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages