credit-scoring / README.md
Saadiktk's picture
Upload README.md with huggingface_hub
17c0628 verified
|
Raw
History Blame Contribute Delete
449 Bytes
metadata
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.