Hi everyone, I was wondering what the LogisticRegression class in sklearn.linear_modules implements. Its docstring says just "logistic regression", but I stumbled upon the liblinear authors' paper on LR [1], and they claim to have developed a fast multiclass LR/MaxEnt training algorithm as well. Does our implementation do LR or ME?
[1] http://www.csie.ntu.edu.tw/~cjlin/papers/maxent_dual.pdf TIA, Lars -- Lars Buitinck Scientific programmer, ILPS University of Amsterdam ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
