Skip to content

[BUG]: pycaret tests failing (parallel error) #3721

@celestinoxp

Description

@celestinoxp

pycaret version checks

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

Installed Versions

github latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions