Python
Python copied to clipboard
Add XGBoost Model
Feature description
There are many commonly used machine learning models already present but there is no implementation of the xgboost model present.
Implement:
- XGBClassifier - for classification tasks
- XGBRegressor - for regression tasks
Would you like to work on this feature?
- [X] Yes, I want to work on this feature!
!assign
i want to work on this issue
Hello, I would like to acknowledge you that I have expertise in this domain . I can contribute to my best in this issue. Can you please assign this task to me?
I have created two separate PR's for both classifier and the regressor. The PR is #7072 for XGBClassifier and #7074 for XGBRegressor