File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ Where
229229- `X`: is any table of input features (eg, a `DataFrame`) whose columns
230230 are of scitype `Continuous`; check the scitype with `schema(X)`
231231
232- - `y`: is the target, which can be any `AbstractMatrix` whose element
232+ - `y`: is the target, which can be any table of responses whose element
233233 scitype is `Continuous`; check the scitype with `schema(y)`
234234
235235# Hyper-parameters
@@ -367,7 +367,7 @@ Where
367367- `X`: is any table of input features (eg, a `DataFrame`) whose columns
368368 are of scitype `Continuous`; check the scitype with `schema(X)`
369369
370- - `y`: is the target, which can be any `AbstractMatrix` whose element
370+ - `y`: is the target, which can be any table of responses whose element
371371 scitype is `Continuous`; check the scitype with `schema(y)`
372372
373373# Hyper-parameters
You can’t perform that action at this time.
0 commit comments