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 bec86e4 commit 6f436efCopy full SHA for 6f436ef
src/accessor_functions.jl
@@ -32,7 +32,8 @@ is `true`.
32
# New implementations
33
34
Implementation is compulsory for new learner types. The behaviour described above is the
35
-only contract. $(DOC_IMPLEMENTED_METHODS(":(LearnAPI.learner)"))
+only contract. You must include `:(LearnAPI.learner)` in the return value of
36
+[`LearnAPI.functions(learner)`](@ref).
37
38
"""
39
function learner end
0 commit comments