Machine Learning Assignment
coursera John Hopkins - October 2017
- Initial pml-training.csv data was randomly partitioned 60%/20%/20% into Training, Testing & Validation for Cross Validation
- Out of Sample Error was determined using Accuracy metric - 98% on Testing and 99% on Validation
- Reduced the columns from 160 to 59 by removing those which had greater than 20% missing values
- Best fit model was found using unstandardised data and removing some variables that were highly correlated with others
- Also tried standardising (centre & scale) and PCA to compress predictors but this actually gave lower Accuracy in the model