File tree Expand file tree Collapse file tree 2 files changed +5
-19
lines changed Expand file tree Collapse file tree 2 files changed +5
-19
lines changed Original file line number Diff line number Diff line change 1
1
# MLJModelRegistry.jl
2
2
3
- Home of the MLJ Model Registry
3
+ Home of the MLJ Model Registry and tools to maintain it
4
4
5
5
[ ![ Build Status] ( https://github.com/JuliaAI/MLJModelRegistry.jl/workflows/CI/badge.svg )] ( https://github.com/JuliaAI/MLJModelRegistry.jl/actions )
6
6
[ ![ codecov] ( https://codecov.io/gh/JuliaAI/MLJModelRegistry.jl/graph/badge.svg?token=9IWT9KYINZ )] ( https://codecov.io/gh/JuliaAI/MLJModelRegistry.jl?branch=dev )
7
7
[ ![ Docs] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliaai.github.io/MLJModelRegistry.jl/dev/ )
8
8
[ ![ Docs] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://juliaai.github.io/MLJModelRegistry.jl/stable/ )
9
9
10
- ## What is this repository for?
11
-
12
- [ MLJ] ( https://juliaml.ai ) (Machine Learning in Julia) is a suite of Julia software
13
- packages providing a machine learning toolbox. The MLJModelRegistry.jl has two functions:
14
-
15
- - It hosts the * MLJ Model Registry* , a list of packages providing MLJ interfaces to
16
- machine learning algorithms, together with metadata about those models, such as the type
17
- of data models can operate on.
18
-
19
- - It provides software tools for MLJ maintainers to manage the Model Registry, for example
20
- to add the models provided by a new machine learning package providing an MLJ model
21
- interface for those models.
22
-
23
- This repository does not provide any MLJ user code but does contain metadata downloaded as
24
- a Julia ` Artifact ` by MLJ software. See the
25
- [ documentation] ( https://juliaai.github.io/MLJModelRegistry.jl/stable/ ) for details.
10
+ What is this repository for? See
11
+ [ here] ( https://juliaai.github.io/MLJModelRegistry.jl/stable/#What's-this-repository-for? ) .
26
12
27
13
Original file line number Diff line number Diff line change 1
- # MLJModelInterface .jl
1
+ # MLJModelRegistry .jl
2
2
3
- Home of the MLJ Model Registry
3
+ Home of the MLJ Model Registry and tools to maintain it
4
4
5
5
# What's this repository for?
6
6
You can’t perform that action at this time.
0 commit comments