--- language: en license: mit tags: - tabular-classification - credit-scoring - lightgbm - mlops --- # Credit Scoring LightGBM Model This model predicts the probability of default for credit applicants. It is trained on the Kaggle Home Credit Default Risk dataset. ## Files - `model.pkl`: LightGBM Classifier model weights. - `feature_list.json`: JSON file listing the precise expected columns and order for serving/inference.