JuliaStats / Lasso.jl

Lasso/Elastic Net linear and generalized linear models
Other
143 stars 31 forks source link

Document maximum iterations settings. #70

Closed jolars closed 2 years ago

jolars commented 2 years ago

There should be a setting to set the maximum number of iterations for fit(). Hard-to-solve problems may require more than the hard-coded 10000 maximum iterations.

jolars commented 2 years ago

I just realized that these settings exists and are passed through fitargs. But they should be documented, I believe.