Skip to content

Commit 03ad2f9

Browse files
authored
Merge pull request #189 from alan-turing-institute/dev
typos
2 parents 9e4ef60 + f19d085 commit 03ad2f9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interfaces, and home of the MLJ model registry.
99
### Contents
1010

1111
- [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)
1313
- [Instructions for updating the MLJ model registry](#instructions-for-updating-the-mlj-model-registry)
1414

1515
## Who is this repo for?
@@ -37,11 +37,11 @@ To list *all* model interfaces currently registered, do `using MLJ` or `using ML
3737

3838
Recall that an interface is loaded from within MLJ, together with the
3939
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.
4242

4343

44-
## What's provided here?
44+
## What is provided here?
4545

4646
MLJModels contains:
4747

@@ -68,9 +68,8 @@ have an interface you would like registered, open an issue on this repo.
6868

6969
To register all the models in GreatNewPackage with MLJ:
7070

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
7473
environment specified by the Project.toml there, after checking the
7574
[compat] conditions there are up to date.
7675

0 commit comments

Comments
 (0)