This project analyzes global Consumer Price Index (CPI) data and predicts inflation using Machine Learning techniques.
- Analyze global inflation trends
- Perform exploratory data analysis (EDA)
- Detect outliers and correlations
- Build prediction model using Linear Regression
- Source: IMF CPI Dataset
- Time Period: April 2025 β March 2026
- Features: Monthly CPI values, country, category (COICOP)
- Python
- Pandas, NumPy
- Matplotlib, Seaborn
- Scikit-learn
- Descriptive Statistics
- Correlation Heatmap
- Pairplot Analysis
- Outlier Detection
- Country-wise and Category-wise Trends
- Linear Regression (OLS)
- MAE: ~0.58
- RMSE: ~1.12
- RΒ² Score: 0.95
- High inflation concentrated in few countries
- Strong correlation between monthly CPI values
- 6-month data sufficient for prediction
- Food, Energy, Housing drive inflation