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 f2d4df8 commit aabdfa5Copy full SHA for aabdfa5
docs/src/anatomy_of_an_implementation.md
@@ -20,7 +20,7 @@ A transformer ordinarily implements `transform` instead of
20
21
By default, it is assumed that `data` supports the [`LearnAPI.RandomAccess`](@ref)
22
interface; this includes all matrices, with observations-as-columns, most tables, and
23
- tuples thereof). See [`LearnAPI.RandomAccess`](@ref) for details. If this is not the
+ tuples thereof. See [`LearnAPI.RandomAccess`](@ref) for details. If this is not the
24
case then an implementation must either:
25
26
If the `data` object consumed by `fit`, `predict`, or `transform` is not
0 commit comments