Skip to content

Commit 1ef8621

Browse files
committed
tweak some docs
1 parent 3ece7d4 commit 1ef8621

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/src/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
Tools to maintain the [MLJ](https://juliaml.ai) Model Registry.
44

5-
# What's this repository for?
5+
## What's this repository for?
66

77
[MLJ](https://juliaml.ai) (Machine Learning in Julia) is a suite of Julia software
8-
packages providing a machine learning toolbox. The *MLJ Model Registry*, a list of
9-
packages providing MLJ interfaces to machine learning algorithms, together with metadata
10-
about those models, such as the type of data models can operate on, and their document
11-
strings. This package provides software tools for MLJ maintainers to manage the Model
12-
Registry, for example to add the models provided by a new machine learning package
13-
providing an MLJ model interface for those models. It is not part of the standard MLJ
8+
packages providing a machine learning toolbox. The *MLJ Model Registry* is a list of
9+
packages providing MLJ interfaces to machine learning models, together with metadata
10+
about those models, such as the type of data models can operate on, and their full
11+
document strings. This package provides software tools for MLJ maintainers to manage the
12+
Model Registry, for example to add the models provided by a new machine learning package
13+
providing an MLJ interface for those models. It is not part of the standard MLJ
1414
distribution.
1515

1616
The model registry itself is currently hosted by MLJModels.jl (part of the standard MLJ
1717
distribution) and lives in [this
18-
folder](https://github.com/JuliaAI/MLJModelRegisry.jl/master/src/registry/).
18+
folder](https://github.com/JuliaAI/MLJModels.jl/tree/master/src/registry).

0 commit comments

Comments
 (0)