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

Issue 7: Implement Gradient Boosting from Scratch #13

Open
ajaykr2712 opened this issue Dec 27, 2024 · 0 comments
Open

Issue 7: Implement Gradient Boosting from Scratch #13

ajaykr2712 opened this issue Dec 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ajaykr2712
Copy link
Owner

ajaykr2712 commented Dec 27, 2024

  1. Develop a Python implementation of the Gradient Boosting algorithm for regression tasks. The implementation should:
  2. Build decision trees sequentially
  3. Use residual errors as the target for each tree
  4. Include a learning rate parameter
  5. Support early stopping based on validation loss
  6. Deliverables:
  7. Python script for gradient boosting.
  8. Evaluation of the model on a regression dataset.
@ajaykr2712 ajaykr2712 self-assigned this Dec 27, 2024
@ajaykr2712 ajaykr2712 added the enhancement New feature or request label Dec 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

1 participant