Skip to content

Commit 38d49dc

Browse files
committed
clearer doc string
1 parent 36ad9b2 commit 38d49dc

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
@@ -242,7 +242,7 @@ ConstantRegressor
242242
This "dummy" predictor always makes the same prediction, irrespective of the provided
243243
input pattern, namely the mean value of the training target values. (It's counterpart,
244244
`ConstantRegressor` makes probabilistic predictions.) This model handles mutlitargets,
245-
i.e, the training target can be a matrix or a table (observations the rows).
245+
i.e, the training target can be a matrix or a table (with rows as observations).
246246
247247
Almost any reasonable model is expected to outperform `DeterministicConstantRegressor`
248248
which is used almost exclusively for testing and establishing performance baselines.

0 commit comments

Comments
 (0)