Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 427 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 427 Bytes

disease-detect-python

Model to detect if individual has Parkinson's disease using Python Pandas, Numpy, xgbclassifier, MinMaxScaler, classification_report, train_test_split, and seaborn

The Parkinson's data set is a collection of MRI scans on patients with and without Parkinson's disease. The machine learning model presented here is typical in healthcare and can accurately determine disease and non-disease MRI scans.