Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 622 Bytes

File metadata and controls

13 lines (6 loc) · 622 Bytes

Parkinson-detection-python-project

Objective:

To build a model that accurately detect the presence of Parkinson’s disease in an individual.

Detecting Parkinson’s Disease with XGBoost:

In this Python machine learning project, using the Python libraries scikit-learn, numpy, pandas, and xgboost, we will build a model using an XGBClassifier. We’ll load the data, get the features and labels, scale the features, then split the dataset, build an XGBClassifier, and then calculate the accuracy of our model.

source: https://data-flair.training/blogs/python-machine-learning-project-detecting-parkinson-disease/