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

Ensemble Method (using random forest and AdaBoost) with Validation code #102

Closed
wants to merge 1 commit into from

Conversation

SaurabhIndi
Copy link

@SaurabhIndi SaurabhIndi commented Oct 9, 2024

This code demonstrates a simple ensemble method using random forest and AdaBoost. It combines the predictions of these two models by taking their average. We can experiment with different ensemble techniques like stacking or voting, and adjust the hyperparameters of the individual models to find the best combination for our specific problem.
fixes #106

@Mayureshd-18
Copy link
Collaborator

@SaurabhIndi Please Link the appropriate issue you are assigned. If not then please create one.

Thanks & Regards

@SaurabhIndi
Copy link
Author

"This PR addresses issue #106 "

@Mayureshd-18
Copy link
Collaborator

Mayureshd-18 commented Oct 9, 2024

@SaurabhIndi Please link the issue using keywords. (fixes/closes..) You can find the detailed info about the same here:
https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword

Thanks & regards.

Copy link
Collaborator

@Mayureshd-18 Mayureshd-18 left a comment

Choose a reason for hiding this comment

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

Looks good to me in general.
@jvedsaqib Please verify the file structural changes once.
@rohitinu6 Please validate the technical details.

Thanks

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.

Simple ensemble method using random forest and AdaBoost
3 participants