Detecting Parkinson’s disease XGBoost #machinelearning #ensemblelearning #detectparkinsonusingml

Hello guys, This is the project about Detecting Parkinson’s Disease using XGBoost model. This is the simple XGBoost Model we can improve it using hyperparameter tunning and features selection. Kaggle notebook link: GitHub link: Summary: In this Python machine learning project, we learned to detect the presence of Parkinson’s Disease in individuals using various factors. We used an XGBClassifier for this and made use of the sklearn library to prepare the dataset. This gives us an accuracy of 92%, which is great considering the number of data present in the dataset in this project. You can use Google Colab or Kaggle Notebook where you don’t need to look at prerequisite of creating virtual environment and downloading TensorFlow. 🔖 Hashtags 🔖 #detectingdiseaseusingmachinelearning #xgboost #ensembl
Back to Top