Skip to content

Commit 355edad

Browse files
authored
Merge pull request #144 from JuliaAI/doc-typos
Fix a doc typo
2 parents 0afebad + 4d8460f commit 355edad

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)