Time series forecasting of telecom revenue using Auto-ARIMA and walk-forward validation.
π Telecom Revenue Forecasting with Auto-ARIMA
Overview: This project focuses on forecasting daily telecom revenue using historical data. A Time Series forecasting approach was applied using an Auto-ARIMA model, and the model's performance was evaluated through walk-forward validation.
The goal was to build an accurate model that can predict future revenue patterns β a critical tool for business decision-making.
π Project Structure:
Exploratory Data Analysis (EDA)
Seasonal Decomposition
Stationarity Testing (ADF Test)
Auto-ARIMA modeling
Walk-forward validation
Performance evaluation
π Technologies Used Python 3
Pandas β data manipulation
Matplotlib β visualization
pmdarima β Auto-ARIMA modeling
scikit-learn β metrics (MAE, RMSE, MAPE)
statsmodels β time series decomposition and ADF test
π Results Mean Absolute Error (MAE): ~0.60 million
Root Mean Squared Error (RMSE): ~0.75 million
Mean Absolute Percentage Error (MAPE): ~4.75%
The model consistently tracks the revenue patterns with high accuracy, making it a strong candidate for operational forecasting in telecom business environments.
βοΈ Author Anso Michel Data Science & Analytics Enthusiast
π License: This project is licensed under the MIT License.