runtime error

Exit code: 1. Reason: 2025-07-03 12:25:37,245 - ERROR - Trained model '/home/user/app/models/heating_model_with_risk_score.pkl' not found. Please run train_model.py first. Traceback (most recent call last): File "/home/user/app/risk_model.py", line 15, in <module> model = load(MODEL_PATH) File "/usr/local/lib/python3.10/site-packages/joblib/numpy_pickle.py", line 735, in load with open(filename, "rb") as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/user/app/models/heating_model_with_risk_score.pkl' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 3, in <module> from risk_model import predict_risk File "/home/user/app/risk_model.py", line 19, in <module> raise FileNotFoundError(f"Trained model '{MODEL_PATH}' not found. Please run train_model.py first.") FileNotFoundError: Trained model '/home/user/app/models/heating_model_with_risk_score.pkl' not found. Please run train_model.py first.

Container logs:

Fetching error logs...