Pycaret 3.3.0 compare_models() show zeros for all models AUC

131 Views Asked by At

During evaluation of the model using compare_model(). All AUCs are zero.

This output of Pycaret 3.3.0 is weird. what's the reason for that? [1]: https://i.stack.imgur.com/qm2ZT.png

1

There are 1 best solutions below

1
SciPy On

It's a bug of Pycaret.

Downgrade to pip install pycaret==3.2.0 and pip install scikit-learn==1.2.2

You can track the progress to solve this bug here: https://github.com/pycaret/pycaret/pull/3935