Currently I'm using FastTree for binary classification, but I would like to give SVM a try and compare metrics.
All the docs mention LinearSvm, but I can't find code example anywhere.
mlContext.BinaryClassification.Trainers
does not have public SVM trainers. There is LinearSvm
class and LinearSvm.TrainLinearSvm
static method, but they seem to be intended for different things.
What am I missing?
Version: 0.7