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 6adca0b commit dd0799eCopy full SHA for dd0799e
docs/src/anatomy_of_an_implementation.md
@@ -25,7 +25,8 @@ A transformer ordinarily implements `transform` instead of
25
then an implementation must: (i) overload [`obs`](@ref) to articulate how
26
provided data can be transformed into a form that does support
27
this interface, as illustrated below under
28
- [Providing an advanced data interface](@ref); or (ii) overload the trait
+ [Providing an advanced data interface](@ref), and which may additionally
29
+ enable certain performance benefits; or (ii) overload the trait
30
[`LearnAPI.data_interface`](@ref) to specify a more relaxed data
31
API.
32
0 commit comments