Skip to content

Commit

Permalink
Added a powerful new tool to the Parkinson's disease prediction model…
Browse files Browse the repository at this point in the history
…: 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%.
  • Loading branch information
4ryn committed May 31, 2024
1 parent 3e9dde5 commit cf8771a
Show file tree
Hide file tree
Showing 2 changed files with 1,418 additions and 104 deletions.
Loading

0 comments on commit cf8771a

Please sign in to comment.