Skip to main content
. 2025 Jan 30;11:e2579. doi: 10.7717/peerj-cs.2579

Table 1. Minimizers employed as solvers in scikit-learn’s logistic regression algorithm.

L1 L2 ElasticNet No regularization
LBFGS1
LIBLINEAR (Fan et al., 2008)
Newton-CG1
Newton-Cholesky1
SAG (Schmidt, Roux & Bach, 2017)
SAGA (Defazio, Bach & Lacoste-Julien, 2014)

Note:

1

See Nocedal & Wright (2006) for further information on these common optimization approaches.