Skip to content

In this Python machine learning project, using the Python libraries scikit-learn, numpy, pandas, and xgboost, I have 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.

Notifications You must be signed in to change notification settings

MrAnayDongre/Parkinsons-DiseaseDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Parkinson’s Disease Detection

ABOUT:

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.

MRI scan of Parkinsons Disease: download

In this Python machine learning project, I have detected the presence of Parkinson’s Disease in individuals using various factors. I have used an XGBClassifier for this and made use of the sklearn library to prepare the dataset. This gives us an accuracy of 94.87%, which is great considering not to overfit.

What is XGBoost?

XGBoost is a Machine Learning algorithm designed with speed and performance in mind. XGBoost stands for eXtreme Gradient Boosting and is based on decision trees. In this project, we will import the XGBClassifier from the xgboost library; this is an implementation of the scikit-learn API for XGBoost classification.

About

In this Python machine learning project, using the Python libraries scikit-learn, numpy, pandas, and xgboost, I have 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published