Skip to content

Commit 4d8460f

Browse files
committed
fix a doc typo
1 parent 0afebad commit 4d8460f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mlj/regressors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ See also [`ElasticNetRegressor`](@ref).
104104
"whether to scale the penalty with the number of observations."
105105
scale_penalty_with_samples::Bool = true
106106
"""any instance of `MLJLinearModels.Analytical`. Use `Analytical()` for
107-
Cholesky and `CG()=Analytical(iteration=true)` for conjugate-gradient.
107+
Cholesky and `CG()=Analytical(iterative=true)` for conjugate-gradient.
108108
If `solver = nothing` (default) then `Analytical()` is used. """
109109
solver::Option{Solver} = nothing
110110
end

0 commit comments

Comments
 (0)