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

Added a powerful new tool to the Parkinson's disease prediction model… #83

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

4ryn
Copy link
Contributor

@4ryn 4ryn commented May 31, 2024

…: Gradient Boosting. This method boosts accuracy by combining predictions from multiple models. I specifically chose XGBoost for its efficiency and strong performance in machine learning.

The Gradient Boosting algorithm, specifically XGBoost, has been added to the model pipeline for Parkinson's disease detection. This algorithm leverages the power of ensemble learning by sequentially building a series of decision trees, where each tree corrects the errors of the previous ones. The model finally gives the accuracy of 94%.

…: Gradient Boosting. This method boosts accuracy by combining predictions from multiple models. I specifically chose XGBoost for its efficiency and strong performance in machine learning.

The Gradient Boosting algorithm, specifically XGBoost, has been added to the model pipeline for Parkinson's disease detection.
This algorithm leverages the power of ensemble learning by sequentially building a series of decision trees, where each tree corrects the errors of the previous ones.
The model finally gives the accuracy of 94%.
Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@sanjay-kv sanjay-kv merged commit fa993d8 into recodehive:main Jun 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants