File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ Module providing tools for managing the MLJ Model Registry. To modify the regist
16
16
17
17
- Point the `MLJModelRegistryTools` module to the location of the registry itself within
18
18
your MLJModels.jl clone, using `setpath(path_to_registry)`, as in
19
- `setpath("MyPkgs/MLJModels.jl/src/registry")`.
19
+ `setpath("MyPkgs/MLJModels.jl/src/registry")`. To check this worked, try
20
+ `MLJRegistryTools.get("MLJBase")`, to see the MLJBase.jl models.
20
21
21
- - To add or update the metadata associated with a package, run
22
- [ `update(pkg)`](@ref) . Ensure that every model provided by the packge appears as a key
23
- in the returned value. Omissions may indicate a bad `load_path`.
22
+ - To add or update the metadata associated with a package, run [`update(pkg)`](@ref), as
23
+ in `update("MLJTransforms") . Ensure that every model provided by the packge appears as a
24
+ key in the returned value. Omissions may indicate a bad `load_path`.
24
25
25
26
- Assuming this is successful, update the metadata for *all* packages in the registry
26
27
by running [`update()`](@ref).
You can’t perform that action at this time.
0 commit comments