Skip to content

Commit 89aa6cb

Browse files
committed
Merge branch 'multitarget-constant-regressor' of https://github.com/alan-turing-institute/MLJModels.jl into multitarget-constant-regressor
2 parents 2d4d1c1 + c39e537 commit 89aa6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builtins/Constant.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Train the machine using `fit!(mach, rows=...)`.
275275
276276
The fields of `fitted_params(mach)` are:
277277
278-
- `mean`: The target mean(s). Always a row vector.
278+
- `mean`: The target mean(s). Always a row vector. (i.e an `AbstractMatrix` object with row dim 1)
279279
280280
# Examples
281281

0 commit comments

Comments
 (0)