quanteda.classifiers icon indicating copy to clipboard operation
quanteda.classifiers copied to clipboard

Choose svm or (an augmented) svmlin

Open kbenoit opened this issue 6 years ago • 0 comments

textmodel_svm (based on LiblineaR::LiblineaR()) is much slower than textmodel_svmlin() (based on RSSL::svmlin()) but has some nifty features, such as a translation into multi-class outcomes and predicted probabilities.

If predictions are the same, we should add predicted probabilities and multi-class prediction for the svmlin model and use that.

kbenoit avatar Jan 28 '20 23:01 kbenoit