Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TSML/PyCaret woes: Downgrade to Python 3.10
On CI/GHA/Python 3.11, we receive this error: ERROR automl_timeseries_forecasting_with_pycaret.py - TypeError: descriptor '__call__' for 'type' objects doesn't apply to a 'property' object On the other hand, `ngr test topic/machine-learning/automl` works well on our workstation on Python 3.10, so let's try that on CI as well.
- Loading branch information