liblinear icon indicating copy to clipboard operation
liblinear copied to clipboard

LibLinear giving low predictions for a feature that only appears in one class. Why?

Open Damiox opened this issue 6 years ago • 0 comments

So if I ran into an issue with liblinear where a feature present in class A is not biasing to that class. Isn't that weird?

If I incremented the weight from 1 to 10 for all features, then the prediction is better. Why?

More info here: https://stackoverflow.com/questions/60017644/is-there-a-reason-why-a-feature-only-present-in-a-given-class-is-not-being-predi

Damiox avatar Feb 02 '20 02:02 Damiox