How can I get the probability estimate of a text classification prediction with LibShortText using the logistic regression classifier?

81 Views Asked by At

LibShortText is an open source library for short-text classification that relies on liblinear.

I read on https://github.com/cjlin1/liblinear:

-b probability_estimates: whether to output probability estimates, 0 or 1 (default 0); currently for logistic regression only

How can I get the probability estimate of a prediction with LibShortText using the logistic regression classifier?

0

There are 0 best solutions below