You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to run the code you will need the fintech data (confidential) in a folder named data and to install the packages in the requirements.txt file. Then just run the dummy_fintec.py code.
About
This script loads several financial datasets, cleans and merges them into a single training table, performs feature engineering, and builds a machine‑learning model to predict whether an account will have long payment delays. It trains 2 models a standard Random Forest and a Differential Privacy Random Forest & compares their accuracy.