Skip to content

Commit ae63551

Browse files
authored
Add hint about standardization (#107)
1 parent abf145f commit ae63551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fit/proxgrad.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function _fit(glr::GLR, solver::ProxGrad, X, y, scratch)
4848
end
4949
if inner == solver.max_inner
5050
@warn "No appropriate stepsize found via backtracking; " *
51-
"interrupting."
51+
"interrupting. The reason could be input data that is not standardized."
5252
break
5353
end
5454
# update caches

0 commit comments

Comments
 (0)