Skip to content

Commit

Permalink
classifierfactory bug fox
Browse files Browse the repository at this point in the history
  • Loading branch information
lukapecnik committed Dec 5, 2020
1 parent de8b1bb commit 38cc26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niaaml/classifiers/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _set_parameters(self, **kwargs):
'AdaBoost': classifiers.AdaBoost,
'Bagging': classifiers.Bagging,
'ExtremelyRandomizedTrees': classifiers.ExtremelyRandomizedTrees,
'LinearSVCClassifier': classifiers.LinearSVC,
'LinearSVC': classifiers.LinearSVC,
'MultiLayerPerceptron': classifiers.MultiLayerPerceptron,
'RandomForest': classifiers.RandomForest
}

0 comments on commit 38cc26f

Please sign in to comment.