File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ nothing # hide
105105```
106106
107107Note that we also include ` learner ` in the struct, for it must be possible to recover
108- ` learner ` from the output of ` fit ` ; see [ Accessor functions] ( @ref ) below.
108+ ` learner ` from the output of ` fit ` ; see [ Accessor functions] (@ref af ) below.
109109
110110The implementation of ` fit ` looks like this:
111111
@@ -159,7 +159,7 @@ first element of the tuple returned by [`LearnAPI.kinds_of_proxy(learner)`](@ref
159159we overload appropriately below.
160160
161161
162- ### Accessor functions
162+ ### [ Accessor functions] ( @ id af)
163163
164164An [ accessor function] (@ref accessor_functions) has the output of [ ` fit ` ] ( @ref ) as it's
165165sole argument. Every new implementation must implement the accessor function
You can’t perform that action at this time.
0 commit comments