logistic regression python solvers' defintions
问题 I am using the logistic regression function from sklearn, and was wondering what each of the solver is actually doing behind the scenes to solve the optimization problem. Can someone briefly describe what "newton-cg", "sag", "lbfgs" and "liblinear" are doing? If not, any related links or reading materials are much appreciated too. Thanks a lot in advance. 回答1: Well, I hope I'm not too late to the party! Let me first try to establish some intuition before digging in loads of information (