Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 673 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 673 Bytes

PredictingParkinsons

Use various algorithms to predict Parkinsons using UCI dataset.

Dataset Used: Parkinson's Disease Telemonitoring Dataset, details here

The predictand in this dataset is total_UPDRS. It is predicted using multiple algorithms (the graph show search for optimum hyperparameters):

Regularized Linear Regression

Screen1

k-nn

Screen2

K-means Clustering

Screen3