Skip to content

Commit fa5ab05

Browse files
committed
matrix -> table
1 parent ffda05f commit fa5ab05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MLJMultivariateStatsInterface.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)