Skip to content

Commit c6acf9e

Browse files
committed
Update docs
1 parent 2b628ad commit c6acf9e

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

docs/src/related.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@
2525
[IterableTables.jl](https://github.com/queryverse/IterableTables.jl).
2626
Similar to other alternatives above, the package is not intended for
2727
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.

0 commit comments

Comments
 (0)