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

[FEA] Provide CatBoost Support #347

Open
riaris opened this issue Mar 23, 2023 · 3 comments
Open

[FEA] Provide CatBoost Support #347

riaris opened this issue Mar 23, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@riaris
Copy link

riaris commented Mar 23, 2023

No description provided.

@riaris
Copy link
Author

riaris commented Mar 23, 2023

Will FIL backend support catboost in the future?

@wphicks
Copy link
Collaborator

wphicks commented Mar 23, 2023

There has been some discussion of it in the past, but it is not currently a high priority on our roadmap. If you can provide more details on what you're hoping to do with it and why Catboost is preferable to XGBoost/LightGBM for your use case, that would be very helpful for assessing if we should increase the priority.

Also, if other users have an interest in this, please upvote this issue to let us know that it's important to you.

@wphicks wphicks added the enhancement New feature or request label Mar 23, 2023
@wphicks wphicks changed the title [forward]About Catboost [FEA] Provide CatBoost Support Mar 23, 2023
@riaris
Copy link
Author

riaris commented Mar 24, 2023

Thank you for your reply.
Catboost use ordered Target Statistics and ordered boosting to perform better than GBDT like XGBoost, especially on category features.
According to Appendices A in Catboost paper, theoretically, GBDT framework may result in prediction shifting during boosting, however Catboost not.
Experimentally, Catboost(https://catboost.ai/) shows the benchmark, which is better in several Classification tasks.

My offline demo performs similarly. xbt AUC 0.9961 vs cbt AUC 0.9980.
However, Catboost is slightly better than xgboost in my case, maybe I need others to increase the priority.

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

No branches or pull requests

2 participants