OC_P8 / api /__init__.py
KLEB38's picture
Upload folder using huggingface_hub
9331de5 verified
Raw
History Blame Contribute Delete
261 Bytes
"""Runtime FastAPI application for the credit scoring model.
Light, focused module: only the transformations needed to turn a single
JSON payload into a 768-feature row the model can score. Heavy aggregation
is precomputed offline by feature_engineering/.
"""