* Improve performance on logistic regression when num_features > num_data * Improve performance when running using ridge regression with a loocv
0.2.5
* Add LogisticRegressionModel that fits hyperparameters so as to maximize performance on the approximate leave-one-out cross-validation. * Performance improvements