@@ -9,7 +9,7 @@ interfaces, and home of the MLJ model registry.
9
9
### Contents
10
10
11
11
- [ Who is this repo for?] ( #who-is-this-repo-for )
12
- - [ What's provided here?] ( #what-is-provided-here )
12
+ - [ What is provided here?] ( #what-is-provided-here )
13
13
- [ Instructions for updating the MLJ model registry] ( #instructions-for-updating-the-mlj-model-registry )
14
14
15
15
## Who is this repo for?
@@ -37,11 +37,11 @@ To list *all* model interfaces currently registered, do `using MLJ` or `using ML
37
37
38
38
Recall that an interface is loaded from within MLJ, together with the
39
39
package providing the underlying algorithm, using the syntax `@load
40
- RidgeRegressor pkg=GLM` , with the ` pkg` only necessary in ambiguous
41
- cases.
40
+ RidgeRegressor pkg=GLM` , where the ` pkg` keyword is only necessary in
41
+ ambiguous cases.
42
42
43
43
44
- ## What's provided here?
44
+ ## What is provided here?
45
45
46
46
MLJModels contains:
47
47
@@ -68,9 +68,8 @@ have an interface you would like registered, open an issue on this repo.
68
68
69
69
To register all the models in GreatNewPackage with MLJ:
70
70
71
- - In a clone of the dev branch of
72
- [ MLJModels] ( https://github.com/alan-turing-institute/MLJModels.jl ) ,
73
- change to the ` /src/registry/ ` directory and, in Julia, activate the
71
+ - In the dev branch of a clone of the dev branch of MLJModels, change
72
+ to the ` /src/registry/ ` directory and, in Julia, activate the
74
73
environment specified by the Project.toml there, after checking the
75
74
[ compat] conditions there are up to date.
76
75
0 commit comments