Problem
The version of sktime that is used within the code examples, probably defined by PyCaret, is not compatible with newer versions of Dask.
Details
File "/home/runner/work/mlflow-cratedb/mlflow-cratedb/.venv/lib/python3.11/site-packages/sktime/datatypes/_series/_check.py", line 353, in check_dask_series
return check_dask_frame(
^^^^^^^^^^^^^^^^^
File "/home/runner/work/mlflow-cratedb/mlflow-cratedb/.venv/lib/python3.11/site-packages/sktime/datatypes/_adapter/dask_to_pd.py", line 137, in check_dask_frame
if not isinstance(obj, dask.dataframe.core.DataFrame):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'dask.dataframe.core' has no attribute 'DataFrame'
tests/test_examples.py::test_tracking_pycaret FAILED
-- CI run #23667852704
References
Problem
The version of
sktimethat is used within the code examples, probably defined by PyCaret, is not compatible with newer versions of Dask.Details
-- CI run #23667852704
References