LameesKadhim / Parkinson-detection-python-project

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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


Languages

Language:Jupyter Notebook 100.0%