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

Gradient Boost Regression #5

Merged
merged 3 commits into from
May 5, 2024
Merged

Gradient Boost Regression #5

merged 3 commits into from
May 5, 2024

Conversation

TechieHustle
Copy link
Collaborator

Implemented regression and added Iris dataset test.
Used Parijat's DecisionTreeRegressor class fit. Had to make the predict() function public to use it in Gradient boost regression.

Implemented regression and added Iris dataset test.
@Sin317 Sin317 self-requested a review May 5, 2024 02:14
@TechieHustle TechieHustle requested a review from pkawale May 5, 2024 03:41
Removed the comments
Copy link
Collaborator

@pkawale pkawale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After feedback from Khushi, I think we are good to go.

Added source of Algorithm.
Copy link
Owner

@Sin317 Sin317 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -0,0 +1,27 @@
# XGBoost Tree Regression Based on [Video](https://www.youtube.com/watch?v=OtD8wVaFm6E&ab_channel=StatQuestwithJoshStarmer)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this file since we're not supporting xgboost

@Sin317 Sin317 merged commit 51fb2f7 into dev May 5, 2024
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

Successfully merging this pull request may close these issues.

4 participants