Commit 1d0afc6
committed
ML/AutoML: Increase notebook execution timeout from 240 to 300 seconds
FAILED test.py::test_notebook[automl_timeseries_forecasting_with_pycaret.ipynb] -
nbclient.exceptions.CellTimeoutError: A cell timed out while it was
being executed, after 240 seconds.
The message was: Cell execution timed out.
Here is a preview of the cell contents:
-------------------
s = setup(data, fh=15, target="total_sales", index="month", log_experiment=True)1 parent 718a737 commit 1d0afc6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments