marcilioduarte/Credit-Worthiness-Risk-Classification
1
Credit Worthiness Risk Classification
End-to-end classification case study for credit risk prediction, including preprocessing, model selection, and app delivery.
Objective
Build and evaluate models to classify credit applicants by risk profile in a reproducible workflow.
What Is Included
- data preparation and feature engineering steps;
- supervised models: Logistic Regression, Decision Tree, Random Forest;
- hyperparameter tuning with
GridSearchCV; - model evaluation pipeline;
- lightweight Gradio app for interactive inference (
app.py).
Dataset
- Local path:
data/raw/german_credit.csv - Source: Kaggle - German Credit Dataset
Run Locally
pip install -r requirements.txt
python app.pyProject Metadata
sdk: gradiosdk_version: 6.14.0app_file:app.pylicense: Apache-2.0
