You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There has been several requests for group lasso regularised Poisson regression. This was more difficult than first thought as the gradient of the Poisson loss is not globally Lipschitz.
The loss gradient is, however, locally Lipschitz. A line-search for the Lipschtiz constant can therefore converge (and will under some reasonable assumptions). It is unclear if the restarting scheme will work with a line-search so that need to be investigated further.
Unfortunately, the code is currently structured so that major refactoring is needed to support a line-search for the Lipschitz.
The text was updated successfully, but these errors were encountered:
There has been several requests for group lasso regularised Poisson regression. This was more difficult than first thought as the gradient of the Poisson loss is not globally Lipschitz.
The loss gradient is, however, locally Lipschitz. A line-search for the Lipschtiz constant can therefore converge (and will under some reasonable assumptions). It is unclear if the restarting scheme will work with a line-search so that need to be investigated further.
Unfortunately, the code is currently structured so that major refactoring is needed to support a line-search for the Lipschitz.
The text was updated successfully, but these errors were encountered: