1
1
# Adding Models for General Use
2
2
3
3
The machine learning tools provided by
4
- [ MLJ] ( https://alan-turing-institute .github.io/MLJ.jl/dev/ ) can be applied to the models in
4
+ [ MLJ] ( https://JuliaAI .github.io/MLJ.jl/dev/ ) can be applied to the models in
5
5
any package that imports
6
6
[ MLJModelInterface] ( https://github.com/JuliaAI/MLJModelInterface.jl ) and implements the
7
7
API defined there, as outlined in this document.
@@ -15,7 +15,7 @@ or by a stand-alone "interface-only" package, using the template
15
15
[ MLJExampleInterface.jl] ( https://github.com/JuliaAI/MLJExampleInterface.jl ) (see [ Where to
16
16
place code implementing new models] ( @ref ) below). For a list of packages implementing the
17
17
MLJ model API (natively, and in interface packages) see
18
- [ here] ( https://alan-turing-institute .github.io/MLJ.jl/dev/list_of_supported_models/ ) .
18
+ [ here] ( https://JuliaAI .github.io/MLJ.jl/dev/list_of_supported_models/ ) .
19
19
20
20
## Important
21
21
@@ -31,7 +31,7 @@ project's [extras] and [targets]. In testing, simply use `MLJBase` in
31
31
place of ` MLJModelInterface ` .
32
32
33
33
It is assumed the reader has read the [ Getting
34
- Started] ( https://alan-turing-institute .github.io/MLJ.jl/dev/getting_started/ ) section of
34
+ Started] ( https://JuliaAI .github.io/MLJ.jl/dev/getting_started/ ) section of
35
35
the MLJ manual. To implement the API described here, some familiarity with the following
36
36
packages is also helpful:
37
37
@@ -52,5 +52,5 @@ packages is also helpful:
52
52
In MLJ, the basic interface exposed to the user, built atop the model interface described
53
53
here, is the * machine interface* . After a first reading of this document, the reader may
54
54
wish to refer to [ MLJ
55
- Internals] ( https://alan-turing-institute .github.io/MLJ.jl/dev/internals/ ) for context.
55
+ Internals] ( https://JuliaAI .github.io/MLJ.jl/dev/internals/ ) for context.
56
56
0 commit comments