Skip to content

Datamathican/Data-Analyttics-on-UK-inflation-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📉 UK Inflation Analytics: A Machine Learning Approach

Python Jupyter Status

An analytical deep-dive into UK economic indicators to model and predict inflation trends.


📖 Overview

Inflation is the silent erosion of purchasing power. This project analyzes historical UK economic data to identify key drivers of inflation (CPI/RPI) and attempts to forecast future trends using regression-based Machine Learning algorithms.

🎯 Key Objectives

  • EDA: Uncover correlations between interest rates, GDP, and inflation.
  • Modeling: Compare Linear Regression vs. Decision Trees for forecasting.
  • Visualization: Plot historical trends to visualize economic volatility.

🛠️ Tech Stack

  • Core: Python, Pandas, NumPy
  • Visualization: Matplotlib, Seaborn
  • ML: Scikit-Learn (Regression, Random Forest)

🚀 Usage

git clone [https://github.com/Datamathican/Data-Analyttics-on-UK-inflation-dataset.git](https://github.com/Datamathican/Data-Analyttics-on-UK-inflation-dataset.git)
pip install -r requirements.txt
jupyter notebook

Releases

No releases published

Packages

 
 
 

Contributors