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

Patching not implemented for GradientBoost Algorithms #1736

Open
ajay-fuji opened this issue Feb 21, 2024 · 1 comment
Open

Patching not implemented for GradientBoost Algorithms #1736

ajay-fuji opened this issue Feb 21, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ajay-fuji
Copy link
Contributor

While running gradientboost regression and classification algorithms, backend used is sklearn and not onedal.
daal4py/sklearn/monkeypatch/dispatcher.py file does not contain mapping for gradientboost. Although while checking for examples, daal4py have gradientboost examples.

Since gradientboost is supported by oneDAL, why patching is not implemented in sklearnex? Is this still in progress or TBD?

@napetrov
Copy link
Contributor

With GBT opts we opted out to focus on XGBoost direct optimization as more influential framework, and for daal4py we focused on model builders - functionality to consume XGBoost, LightGBM, CatBoost models and run faster inference.

scikit gbt was not in focus due to it's limited use, but patching technically can be extended to it as well.

@Alexsandruss Alexsandruss added the enhancement New feature or request label Feb 28, 2024
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

3 participants