Sklearn classifier additions
This merge request adds several changes/additions to some sklearn-based classifiers.
In particular, the changes proposed adds:
- An option for using a cross-validation grid search to tune MLA hyperparameters
- An implementation of feature_importance()
- A change to the SVM model so that it doesn't override Classifier._define_model() and make this classifier more in line with the other sklearn-based classifiers.