-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
pycaret version checks
-
I have checked that this issue has not already been reported here.
-
I have confirmed this bug exists on the latest version of pycaret.
-
I have confirmed this bug exists on the master branch of pycaret (pip install -U git+https://github.com/pycaret/pycaret.git@master).
Issue Description
some tests in pycaret failing with these messages:
FAILED tests/test_time_series_engines.py::test_engines_setup_global_args - TypeError: AutoARIMA.init() got an unexpected keyword argument 'parallel'
FAILED tests/test_time_series_engines.py::test_create_model_engines_local_args - TypeError: AutoARIMA.init() got an unexpected keyword argument
i found a pr in sktime package saying the problem maybe related to statsforecast, see: sktime/sktime@748106a
we can find a different solution or the same
Reproducible Example
.
Expected Behavior
.
Actual Results
FAILED tests/test_time_series_engines.py::test_engines_setup_global_args - TypeError: AutoARIMA.__init__() got an unexpected keyword argument 'parallel'
FAILED tests/test_time_series_engines.py::test_create_model_engines_local_args - TypeError: AutoARIMA.__init__() got an unexpected keyword argument