Apache Lucene Mahout > index > Logistic Regression
Added by Isabel Drost, last edited by Isabel Drost on Feb 07, 2008  (view change) show comment

Logistic Regression

Logistic regression is a model used for prediction of the probability of occurrence of an event. It makes use of several predictor variables that may be either numerical or categories.

Logistic regression is the discrimitive equivalent to naive bayes. It does not model the probability of the input data (p( x )) as naive bayes does. Accordingly it cannot make false assumptions on the distribution of the input data, as is done in naive bayes.

For a more detailed analysis of the approach, have a look at the thesis of Paul Komarek:

http://www.autonlab.org/autonweb/14709/version/4/part/5/data/komarek:lr_thesis.pdf?branch=main&language=en

Parallelization strategy

Design of packages