|
2 | 2 |
|
3 | 3 | Tools to maintain the [MLJ](https://juliaml.ai) Model Registry.
|
4 | 4 |
|
5 |
| -# What's this repository for? |
| 5 | +## What's this repository for? |
6 | 6 |
|
7 | 7 | [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 |
14 | 14 | distribution.
|
15 | 15 |
|
16 | 16 | The model registry itself is currently hosted by MLJModels.jl (part of the standard MLJ
|
17 | 17 | 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