Skip to content

This repository is a collection of Jupyter notebooks where I explore and implement various time series analysis concepts. It is not a full-fledged project but rather a learning space where I experiment with different techniques and datasets to deepen my understanding of time series forecasting, decomposition, and modeling.

Notifications You must be signed in to change notification settings

bhanurana430/Time-Series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Time Series Analysis Notebooks

Welcome to my Time Series Analysis repository! πŸš€

This repository is a collection of Jupyter notebooks where I explore and implement various time series analysis concepts. It is not a full-fledged project but rather a learning space where I experiment with different techniques and datasets to deepen my understanding of time series forecasting, decomposition, and modeling.


πŸ“‚ Repository Structure

  • πŸ“ Project_name/ – Contains Jupyter notebooks covering different aspects of time series analysis.
  • πŸ“„ README.md – This document, explaining the repository's purpose and structure.
  • πŸ“„ requirements.txt – List of dependencies for setting up the environment.

πŸ› οΈ Concepts Covered

In these notebooks, I explore a variety of time series techniques, including but not limited to (Some concepts listed are TBD):

  • βœ… Time Series Decomposition (Trend, Seasonality, Residuals)
  • βœ… Stationarity & Differencing (Dickey-Fuller Test, ACF/PACF)
  • βœ… Smoothing Techniques (Moving Averages, Exponential Smoothing)
  • βœ… Classical Forecasting Models (AR, MA, ARMA, ARIMA, SARIMA)
  • βœ… Machine Learning for Time Series (Random Forest, XGBoost, etc.)
  • βœ… Deep Learning for Time Series (LSTMs, CNNs, Transformers)
  • βœ… Anomaly Detection (Outlier detection in time series)

Each notebook contains explanations, code implementations, and insights gained from different datasets.


πŸ“Š Datasets Used

I experiment with different time series datasets, including:

  • Stock market data
  • Ice Cream Production Data

Datasets may either be sourced from public repositories (Kaggle, UCI, etc.) or self-generated.


πŸ”§ Installation & Usage

To run the notebooks locally, follow these steps:

# Clone the repository
git clone https://github.com/bhanurana430/time-series.git
cd time-series-analysis

# Install dependencies
pip install -r requirements.txt

🀝 Contributing

This is a personal learning repository, but if you have suggestions, feel free to open an issue or a pull request!
I'm always open to discussions and collaborations. πŸš€

About

This repository is a collection of Jupyter notebooks where I explore and implement various time series analysis concepts. It is not a full-fledged project but rather a learning space where I experiment with different techniques and datasets to deepen my understanding of time series forecasting, decomposition, and modeling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published