Assignment for cs-559, splits data randomly into training and testing data, trains models and calculates accuracy for both KNN and MLE methods
#Dependencies Python 2.7, Numpy
#Instructions run "python knn.py" to get an overall summary of accuracy given K = 1,5,11 neighbors run "python mle.py" to get an overall summary of accuracy using the MLE method