File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ Algorithms are free to consume data in any format. However, a method called [`ob
73
73
data_interface) (read as "observations") gives users and meta-algorithms access to an
74
74
algorithm-specific representation of input data, which is also guaranteed to implement a
75
75
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.
77
78
78
79
The fallback data interface is the [ MLUtils.jl] ( https://github.com/JuliaML/MLUtils.jl )
79
80
` getobs/numobs ` interface, and if the input consumed by the algorithm already implements
You can’t perform that action at this time.
0 commit comments