File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 25
25
[ IterableTables.jl] ( https://github.com/queryverse/IterableTables.jl ) .
26
26
Similar to other alternatives above, the package is not intended for
27
27
advanced statistical transforms.
28
- - [ MLJ.jl] ( https://alan-turing-institute.github.io/MLJ.jl/dev/ ) is one
29
- of the most popular packages for machine learning in Julia. The
30
- package provides a facility for readily creating [ non-branching
31
- pipelines] ( https://alan-turing-institute.github.io/MLJ.jl/dev/linear_pipelines/#Linear-Pipelines )
32
- which can include supervised learners, as well as the flexibility to
33
- create more complicated composite machine learning models using
34
- so-called [ learning
35
- networks] ( https://alan-turing-institute.github.io/MLJ.jl/dev/composing_models/#Learning-Networks ) . These composites
36
- have the advantage that the hyper-parameters of the component models
37
- appear as nested fields of the composite, which is useful in
38
- hyper-parameter optimization.
28
+ - [ MLJ.jl] ( https://alan-turing-institute.github.io/MLJ.jl/dev/ ) is a
29
+ popular machine learning framework in Julia that adopts a different
30
+ design for pipelines based on mutability of structs.
You can’t perform that action at this time.
0 commit comments