Kaggle Competition Goal
Detect which loans are at risk of default using credit application data and 3rd party credit data.
My Approach
Fetch the Kaggle competition data from the Home Credit Default Risk Competition, generate numeric and categorical features then build models using Tensorflow, Scikit-Learn and XGBoost.
Github
See my kaggle_credit_risk github repo to view the source for generating features, training models and running model experiments.