Admin User 9c0d95f9e3
All checks were successful
Build and Push Docker Image / test (push) Successful in 9s
Build and Push Docker Image / build_and_push (push) Successful in 20s
Series M v1 model
2025-04-09 18:36:39 +00:00

5 lines
162 B
Python

def __main__(application_id: str,tu_credit_report: str) -> dict:
hd_score_m1 = 1184
return {"application_id": application_id,"hd_score_m1": hd_score_m1}