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.
1 parent 36ad9b2 commit 38d49dcCopy full SHA for 38d49dc
src/builtins/Constant.jl
@@ -242,7 +242,7 @@ ConstantRegressor
242
This "dummy" predictor always makes the same prediction, irrespective of the provided
243
input pattern, namely the mean value of the training target values. (It's counterpart,
244
`ConstantRegressor` makes probabilistic predictions.) This model handles mutlitargets,
245
-i.e, the training target can be a matrix or a table (observations the rows).
+i.e, the training target can be a matrix or a table (with rows as observations).
246
247
Almost any reasonable model is expected to outperform `DeterministicConstantRegressor`
248
which is used almost exclusively for testing and establishing performance baselines.
0 commit comments