runtime error
Exit code: 1. Reason: /app/app/app.py:47: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC). START_TIME = datetime.utcnow() /usr/local/lib/python3.13/pickle.py:1760: UserWarning: [15:28:38] WARNING: /__w/xgboost/xgboost/src/collective/../data/../common/error_msg.h:83: If you are loading a serialized model (like pickle in Python, RDS in R) or configuration generated by an older version of XGBoost, please export the model by calling `Booster.save_model` from that version first, then load it back in current version. See: https://xgboost.readthedocs.io/en/stable/tutorials/saving_model.html for more details about differences between saving model and serializing. setstate(state) Traceback (most recent call last): File "/app/app/app.py", line 119, in <module> raise FileNotFoundError(f"PdM model not found at {pdm_model_path}") FileNotFoundError: PdM model not found at /app/phase_2_predictive_maintenance/models/pdm_isolation_forest.pkl
Container logs:
Fetching error logs...