Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Estimator Error #29

Closed
sarathsurpur opened this issue Apr 21, 2020 · 1 comment
Closed

Estimator Error #29

sarathsurpur opened this issue Apr 21, 2020 · 1 comment

Comments

@sarathsurpur
Copy link

Tried regression data and catboost regressor found to be the best performing model, but after tuning the model tried to evaluate the model to view the hyperparameters got the below error
SystemExit: (Estimator Error): CatBoost estimator is not compatible with plot_model function, try using Catboost with interpret_model instead.

@pycaret
Copy link
Collaborator

pycaret commented Apr 21, 2020

This is not an error. This is exception that plot_model cannot work with catboost model. If you want to interpret catboost only way is interpret_model function. https://www.pycaret.org/interpret-model for more information.

I am closing the issue. Thanks.

@pycaret pycaret closed this as completed Apr 21, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant