Description
In the documentation for LogisticRegressionCV, the source code at the top reads
solver='lbfgs'
whereas under the solver section it is written that the default is 'liblinear'. I was wondering which is the actual default and if I could send a PR to fix it!