Skip to content

Commit 1647461

Browse files
authored
Merge pull request #43 from JuliaAI/verbosity
Fix doc link
2 parents 1f0468d + f6d8358 commit 1647461

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/src/fit_update.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [`fit`, `update`, `update_observations`, and `update_features`](@id fit)
1+
# [`fit`, `update`, `update_observations`, and `update_features`](@id fit_docs)
22

33
### Training
44

docs/src/reference.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,16 @@ minimal (but useless) implementation, see the implementation of `SmallLearner`
150150

151151
### List of methods
152152

153-
- [`fit`](@ref fit): for (i) training or updating learners that generalize to new data; or
154-
(ii) wrapping `learner` in an object that is possibly mutated by `predict`/`transform`,
155-
to record byproducts of those operations, in the special case of *non-generalizing*
156-
learners (called here [static algorithms](@ref static_algorithms))
153+
- [`fit`](@ref fit_docs): for (i) training or updating learners that generalize to new
154+
data; or (ii) wrapping `learner` in an object that is possibly mutated by
155+
`predict`/`transform`, to record byproducts of those operations, in the special case of
156+
*non-generalizing* learners (called here [static algorithms](@ref static_algorithms))
157157

158-
- [`update`](@ref fit): for updating learning outcomes after hyperparameter changes, such
159-
as increasing an iteration parameter.
158+
- [`update`](@ref fit_docs): for updating learning outcomes after hyperparameter changes,
159+
such as increasing an iteration parameter.
160160

161-
- [`update_observations`](@ref fit), [`update_features`](@ref fit): update learning
162-
outcomes by presenting additional training data.
161+
- [`update_observations`](@ref fit_docs), [`update_features`](@ref fit_docs): update
162+
learning outcomes by presenting additional training data.
163163

164164
- [`predict`](@ref operations): for outputting [targets](@ref proxy) or [target
165165
proxies](@ref proxy) (such as probability density functions)

0 commit comments

Comments
 (0)