Skip to content

Commit acac24f

Browse files
committed
doc tweak
1 parent f4b0fdd commit acac24f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/src/reference.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,9 @@ Only these method names are exported by LearnAPI: `fit`, `transform`, `inverse_t
120120

121121
### List of methods
122122

123-
- [`fit`](@ref fit): for training or updating algorithms that generalize to new data. For
124-
non-generalizing ("static") algorithms, `fit(algorithm)` generally wraps algorithm in a
125-
mutable struct that can be mutated by `predict`/`transform` to record byproducts of
126-
those operations.
123+
- [`fit`](@ref fit): for training or updating algorithms that generalize to new data. Or,
124+
for non-generalizing ("static") algorithms, wrap `algorithm` in a mutable struct that
125+
can be mutated by `predict`/`transform` to record byproducts of those operations.
127126

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

0 commit comments

Comments
 (0)