File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ depwarn_docstring(T) =
71
71
Regarding $T : `metadata_model` should not be called with the keyword argument `descr`
72
72
or `docstring`. Implementers of the MLJ model interface should instead create an
73
73
MLJ-compliant docstring in the usual way. See
74
- https://alan-turing-institute .github.io/MLJ.jl/dev/adding_models_for_general_use/#Document-strings
74
+ https://juliaai .github.io/MLJ.jl/dev/adding_models_for_general_use/#Document-strings
75
75
for details.
76
76
77
77
"""
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ The following trait overload is also required:
47
47
training_losses (model, report) = nothing
48
48
49
49
# to support online learning in the future:
50
- # https://github.com/alan-turing-institute /MLJ.jl/issues/60 :
50
+ # https://github.com/JuliaAI /MLJ.jl/issues/60 :
51
51
function update_data end
52
52
53
53
"""
@@ -67,7 +67,7 @@ the model-specific representations of the data.
67
67
68
68
To implement the `reformat` data front-end for a model, refer to
69
69
"Implementing a data front-end" in the [MLJ
70
- manual](https://alan-turing-institute .github.io/MLJ.jl/dev/adding_models_for_general_use/).
70
+ manual](https://juliaai .github.io/MLJ.jl/dev/adding_models_for_general_use/).
71
71
72
72
73
73
"""
You can’t perform that action at this time.
0 commit comments