Skip to content

Commit f4b0fdd

Browse files
committed
tweak
1 parent 69bd859 commit f4b0fdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ Algorithms are free to consume data in any format. However, a method called [`ob
7373
data_interface) (read as "observations") gives users and meta-algorithms access to an
7474
algorithm-specific representation of input data, which is also guaranteed to implement a
7575
standard interface for accessing individual observations, unless an algorithm explicitly
76-
opts out. The `fit` and `predict` methods consume these alternative representations of data.
76+
opts out. The `fit` and `predict` methods also consume these alternative representations
77+
of data.
7778

7879
The fallback data interface is the [MLUtils.jl](https://github.com/JuliaML/MLUtils.jl)
7980
`getobs/numobs` interface, and if the input consumed by the algorithm already implements

0 commit comments

Comments
 (0)