Closed lobbie closed 1 year ago
any updates on this error, please
I am facing the same error and not getting any idea how to solve it
I have also same error
Hi, this was fixed in https://github.com/pycaret/pycaret/commit/b4cf58ab8feb982e7b2639beee5ff2b9f686d3f7 - please do pip install "schemdraw<0.16"
thank you. issue is fixed now with pip install "schemdraw<0.16"
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.
[ ] 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
I am following Mr Ali's tutorial at Introduction to Regression in Python with PyCaret
An error when using
evaluate_model(mycatboost)
. Error message below,It also gave a warning below,
Can anyone advise how do I fix this at my end?
Thanks, Lobbie
Reproducible Example
Expected Behavior
Evaluate Model should display the plots without errors and users can interactively review model performance.
Actual Results