Open
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 are failing, but in this specific case this problem is just for the error: "ValueError: Report is required not to give"
It seems that there is a problem with parallelization that I am having difficulty solving.
Someone can help?
@Yard1 @kondziolka9ld
Reproducible Example
.
Expected Behavior
.
Actual Results
check github actions
FAILED tests/test_classification_parallel.py::test_classification_parallel - ValueError: report is required by not given
Installed Versions
pycaret latest github