AttributeError: module 'pycaret.anomaly' has no attribute 'compare_models'

16 Views Asked by At

I want to compare profiles for all the pycaret anomaly models, using anomaly.compare_models():

anomaly.compare_models()

but getting error:

AttributeError: module 'pycaret.anomaly' has no attribute 'compare_models'

How to resolve this?

0

There are 0 best solutions below