The implementation of this, however, does not seem as efficient as the one in glmnet and adds quite a bit of overhead whenever the features are already on about the same scale.
Other changes
The step size (gamma) is now used properly in the update of the intercept.
Some of the data simulations for the tests now generated more realistically
Intercepts for the multinomial model are now ensured to sum to zero.
Sparase in-place standardization (centering)
This pull request adds support for in-place standardization for the sparse implementation.
The implementation of this, however, does not seem as efficient as the one in glmnet and adds quite a bit of overhead whenever the features are already on about the same scale.
Other changes