next up previous contents
Next: 5.3.1 Direct (CG-MLE) Stability Up: 5. Logistic Regression Computation Previous: 5.2.4 Indirect (IRLS) Summary   Contents


5.3 CG-MLE Parameter Evaluation and Elimination


Table 5.24: CG-MLE Parameters
Parameter Description
modelmin Lower threshold for $ \mu = \exp(\eta) / (1+\exp(\eta))$
modelmax Upper threshold for $ \mu = \exp(\eta) / (1+\exp(\eta))$
margin Symmetric threshold for outcomes $ y$
binitmean Initialize $ \beta_0$ to E( $ \mathbf{y}$)
rrlambda Ridge-regression parameter $ \lambda$
cgwindow Number of non-improving iterations allowed
cgdecay Factor by which deviance may decay during iterations
cgeps Residual epsilon for CG iterations
cgmax Maximum number of CG iterations
dufunc Nonlinear CG direction update selection

Figure 5.12: LR tree with rectangle marking the beginning of our CG-MLE implementation.
\includegraphics{figures/treemap-methods-MLE.eps}



Subsections
next up previous contents
Next: 5.3.1 Direct (CG-MLE) Stability Up: 5. Logistic Regression Computation Previous: 5.2.4 Indirect (IRLS) Summary   Contents
Copyright 2004 Paul Komarek, komarek@cmu.edu