Goto

Collaborating Authors

 use logical regression


Is it possible to use Logical Regression in a text-based dataset that must predict one of two values? • /r/MachineLearning

@machinelearnbot

Is it possible to use Logical Regression in a text-based dataset that must predict one of two values? Yes, but better results are often obtained by a non-linear learner like random forest. Thanks for the reply, I'm still curious though as to math behind how logistic regression would be used on text based data, any resources perhaps? LR works exceptionally well on text data. Try it from sklearn or similar.