Closed LerysG closed 1 year ago
I have the same issue, please help
I have the same issue, please help
@LerysG @ArtificialZeng @rcshetty3 The issue has been fixed in the latest rc version. Can you try installing pycaret in new env with pip install --pre pycaret
and try again? It should work.
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
Impossible to visualize the decision tree (in evaluate model) using random forest or decision tree classifiers: AttributeError: 'NoneType' object has no attribute 'classes_'
Reproducible Example
Expected Behavior
Clicking on decision tree tab, should print image of the tree.
Actual Results
Installed Versions