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

Error in catboost #59

Open
vitaminasnow opened this issue Feb 6, 2022 · 1 comment
Open

Error in catboost #59

vitaminasnow opened this issue Feb 6, 2022 · 1 comment

Comments

@vitaminasnow
Copy link

vitaminasnow commented Feb 6, 2022

I'm getting the following error when trying to tune a model

1 "preprocessor 1/1, model 1/5: Error in catboost::catboost.train(learn_pool = d, params = list(iterations = 500, : tools/enum_parser/enum_serialization_runtime/enum…
2 "preprocessor 1/1, model 2/5: Error in catboost::catboost.train(learn_pool = d, params = list(iterations = 500, : tools/enum_parser/enum_serialization_runtime/enum…
3 "preprocessor 1/1, model 3/5: Error in catboost::catboost.train(learn_pool = d, params = list(iterations = 500, : tools/enum_parser/enum_serialization_runtime/enum…
4 "preprocessor 1/1, model 4/5: Error in catboost::catboost.train(learn_pool = d, params = list(iterations = 500, : tools/enum_parser/enum_serialization_runtime/enum…
5 "preprocessor 1/1, model 5/5: Error in catboost::catboost.train(learn_pool = d, params = list(iterations = 500, : tools/enum_parser/enum_serialization_runtime/enum…

The same workflow works when using xgboost.

@nipnipj
Copy link

nipnipj commented Apr 6, 2022

Using just set_engine("catboost") instead of set_engine("catboost", loss_function = "Logloss") seems to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants