File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ more informal guide see [Anatomy of an Implementation](@ref) and [Common Implem
19
19
## Algorithms
20
20
21
21
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.
25
25
26
26
The type of ` alg ` will have a name reflecting that of the algorithm, such as
27
27
` DecisionTreeRegressor ` .
You can’t perform that action at this time.
0 commit comments