Closed mw1296 closed 2 years ago
Could you try to install "!pip install matplotlib==3.1.3" and try to plot? It might be helpful.
@mw1296 This is a very old version of pycaret. Can you upgrade to the latest version? It should not have any issues.
pip install -U --pre pycaret
pycaret version checks
[X] I have checked that this issue has not already been reported here.
[X] I have confirmed this bug exists on the latest version of pycaret.
[X] I have confirmed this bug exists on the develop branch of pycaret (pip install -U git+https://github.com/pycaret/pycaret.git@develop).
Issue Description
Following the tutorial https://github.com/pycaret/pycaret/blob/master/tutorials/Anomaly%20Detection%20Tutorial%20Level%20Beginner%20-%20ANO101.ipynb when I approach plot_model(iforest), the plot displays nothing. I've enabled inline graph and unmuted the plot, and make sure this is not a display issue. The only change I made is that I'm using "Anomaly" dataset instead of "Mice". Any thought what is the issue?
Reproducible Example
Expected Behavior
https://cdn-images-1.medium.com/max/1000/1*XprV1KkrqkEBMKxLh7aCCw.png
Actual Results
Installed Versions