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 #88

Closed
wants to merge 0 commits into from

Conversation

SaurabhIndi
Copy link

@SaurabhIndi SaurabhIndi commented Oct 7, 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. You can experiment with different ensemble techniques like stacking or voting, and adjust the hyperparameters of the individual models to find the best combination for your specific problem.
fixes #106

@SaurabhIndi SaurabhIndi changed the title Main Ensemble Method using Random Forest and Adaboost Oct 8, 2024
@Mayureshd-18
Copy link
Collaborator

@SaurabhIndi, please link the issue you created. If not, please create one first and link this PR with it.

Thanks & Regards

@SaurabhIndi
Copy link
Author

"This PR addresses issue #106"

@Mayureshd-18
Copy link
Collaborator

@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.

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
2 participants