Upload files to "/"
All checks were successful
Build and Push Docker Image / test (push) Successful in 13s
Build and Push Docker Image / build_and_push (push) Successful in 2m52s

This commit is contained in:
Admin User 2025-06-18 10:47:36 +00:00
parent 13c5f21f58
commit 848a80fb09

View File

@ -24,7 +24,7 @@ def __main__(application_id: str, creditBureau: dict) -> Dict:
"""
record = extract_model_variables(creditBureau)
if not record:
if not record or all(v is None for v in record.values()):
final_result = {
'application_id': application_id,
'prediction': 0.99,