We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf145f commit ae63551Copy full SHA for ae63551
src/fit/proxgrad.jl
@@ -48,7 +48,7 @@ function _fit(glr::GLR, solver::ProxGrad, X, y, scratch)
48
end
49
if inner == solver.max_inner
50
@warn "No appropriate stepsize found via backtracking; " *
51
- "interrupting."
+ "interrupting. The reason could be input data that is not standardized."
52
break
53
54
# update caches
0 commit comments