TheAlgorithms / Python

All Algorithms implemented in Python
https://the-algorithms.com/
MIT License
184.37k stars 44.34k forks source link

Add XGBoost Model #6551

Closed Chaitanya134 closed 1 year ago

Chaitanya134 commented 1 year ago

Feature description

There are many commonly used machine learning models already present but there is no implementation of the xgboost model present.

Implement: 1) XGBClassifier - for classification tasks 2) XGBRegressor - for regression tasks

Would you like to work on this feature?

yogesh-9999 commented 1 year ago

!assign

AshwiniDR1802 commented 1 year ago

i want to work on this issue

Dayanand07 commented 1 year ago

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?

Moddy2024 commented 1 year ago

I have created two separate PR's for both classifier and the regressor. The PR is #7072 for XGBClassifier and #7074 for XGBRegressor