Skip to content

Commit 011006f

Browse files
committed
fix a wrong statement in the docs
1 parent 46385a3 commit 011006f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/src/accessor_functions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# [Accessor Functions](@id accessor_functions)
22

3-
The sole argument of an accessor function is the output, `model`, of
4-
[`fit`](@ref). Learners are free to implement any number of these, or none of them. Only
5-
`LearnAPI.strip` has a fallback, namely the identity.
3+
The sole argument of an accessor function is the output, `model`, of [`fit`](@ref). The
4+
only accessor function that must be implemented for each new learner is
5+
[`LearnAPI.learner(model)`](@ref); [`LearnAPI.strip`](@ref) has a fallback, namely the
6+
identity.
67

78
- [`LearnAPI.learner(model)`](@ref)
89
- [`LearnAPI.extras(model)`](@ref)

0 commit comments

Comments
 (0)