This project focuses on analyzing bike rental data using Power BI for visualization and forecasting techniques like AR (AutoRegressive), MA (Moving Average), ARIMA (AutoRegressive Integrated Moving Average), and SARIMA (Seasonal ARIMA) models. The models are compared based on Mean Squared Error (MSE) to determine their accuracy.
- Utilized Power BI to create a comprehensive dashboard for visualizing bike rental data.
- Explored various metrics including rental counts, trends, user types, and more.
Implemented the following Time Series Forecasting models:
- AR (AutoRegressive) Model
- MA (Moving Average) Model
- ARIMA (AutoRegressive Integrated Moving Average) Model
- SARIMA (Seasonal ARIMA) Model
Compared the models based on Mean Squared Error (MSE) to evaluate their accuracy in predicting future rental counts.
- Power BI
- Python
- Pandas
- Statsmodels
