Skip to content

Commit c6a8b48

Browse files
committed
tweak
1 parent 34f1bb2 commit c6a8b48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ more informal guide see [Anatomy of an Implementation](@ref) and [Common Implem
1919
## Algorithms
2020

2121
In LearnAPI.jl an **algorithm** is some julia object `alg` storing the hyperparameters of
22-
some algorithm from machine learning or statistics used manipulating data. Typically the
23-
algorithm "learns" from data in a training event, but this is not essential; "static" data
24-
processing, with parameters, is included.
22+
some MLJ/statistics algorithm that transforms data in some way. Typically the algorithm
23+
"learns" from data in a training event, but this is not essential; "static" data
24+
processing, with parameters, is included.
2525

2626
The type of `alg` will have a name reflecting that of the algorithm, such as
2727
`DecisionTreeRegressor`.

0 commit comments

Comments
 (0)