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.
2 parents 0afebad + 4d8460f commit 355edadCopy full SHA for 355edad
src/mlj/regressors.jl
@@ -104,7 +104,7 @@ See also [`ElasticNetRegressor`](@ref).
104
"whether to scale the penalty with the number of observations."
105
scale_penalty_with_samples::Bool = true
106
"""any instance of `MLJLinearModels.Analytical`. Use `Analytical()` for
107
- Cholesky and `CG()=Analytical(iteration=true)` for conjugate-gradient.
+ Cholesky and `CG()=Analytical(iterative=true)` for conjugate-gradient.
108
If `solver = nothing` (default) then `Analytical()` is used. """
109
solver::Option{Solver} = nothing
110
end
0 commit comments