Closed fabianp closed 8 years ago
Very nice! Thanks!
I've changed the backport of get_max_squared_sum to use csr_row_norms as suggested by @mblondel . I've also updated the README to reflect this (the import is anyway lazy so lightning should at least import in older versions of sklearn).
Merging, thank you very much! We can add this for SVRG too but this can be done in another PR.
This estimates the step size from the data instead of relying on the user having to specify a step size. The result is that it converges for many cases for which the default step size will not converge, such as multiplying the 20news dataset by 3.
Some remarks: