Skip to content

Commit

Permalink
Change iqrTrainClassifier to use SkLearnLogisticRegression
Browse files Browse the repository at this point in the history
  • Loading branch information
joshanderson-kw committed Nov 12, 2021
1 parent 5b1416e commit 53d3e86
Showing 1 changed file with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
{
"classifier": {
"smqtk_classifier.impls.classify_descriptor_supervised.libsvm.LibSvmClassifier": {
"normalize": 2,
"svm_label_map_uri": "workdir/iqr_classifier/label_map",
"svm_model_uri": "workdir/iqr_classifier/model",
"train_params": {
"-b": 1,
"-c": 2,
"-s": 0,
"-t": 0
}
"smqtk_classifier.impls.classify_descriptor_supervised.sklearn_logistic_regression.SkLearnLogisticRegression": {
},
"type": "smqtk_classifier.impls.classify_descriptor_supervised.libsvm.LibSvmClassifier"
"type": "smqtk_classifier.impls.classify_descriptor_supervised.sklearn_logistic_regression.SkLearnLogisticRegression"
}
}

0 comments on commit 53d3e86

Please sign in to comment.