Applying PCA for Feature Reduction on UCI Bank Data

Applying PCA for Feature Reduction on UCI Bank Data
Principal Component Analysis (PCA) allows us to reduce the dimension of our data while trying to retain most of the information. This method is especially important on datasets with large number of observations and features. Datasets with a large observations and features can get computationally expensive with some models. In…

CPI Dashboard

CPI Dashboard
The CPI Dashboard gathers various data from US BLS and US EIA website to visualize the trend of CPI values against different commodity over time. CPI Dashboard Preview: https://cpi-dashboard-tjdc.onrender.com/ Obtaining Data from US BLS API: https://thecodingmango.com/updating-data-for-cpi-dashboard-part-1/ Obtaining Data from US EIA API: https://thecodingmango.com/updating-data-for-cpi-dashboard-part-2/ Building the CPI Dashboard using Python Dash:…