Skip to content

Sklearn classifier additions

Patrick Godwin requested to merge sklearn_classifier_additions into master

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.

Merge request reports