runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/app/app.py", line 247, in <module> Starting random_forest training... Downloading dataset from: https://drive.google.com/uc?export=download&id=1mGPc-yk1kRAGKlMthrAevBuUAkhqvE4b Dataset shape: (150, 5) Features: ['sepal_length', 'sepal_width', 'petal_length', 'petal_width'] Classes: [0, 1, 2] Training model... Accuracy: 0.9000 Classification Report: precision recall f1-score support 0 1.00 1.00 1.00 10 1 0.82 0.90 0.86 10 2 0.89 0.80 0.84 10 accuracy 0.90 30 macro avg 0.90 0.90 0.90 30 weighted avg 0.90 0.90 0.90 30 main() File "/app/app.py", line 65, in main "model_params": {"n_estimators": 100, "max_depth": null} NameError: name 'null' is not defined

Container logs:

Fetching error logs...