We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bddef commit c3e794bCopy full SHA for c3e794b
src/MLJModelRegistryTools.jl
@@ -18,7 +18,9 @@ Module providing tools for managing the MLJ Model Registry. To modify the regist
18
your MLJModels.jl clone, using `setpath(path_to_registry)`, as in
19
`setpath("MyPkgs/MLJModels.jl/src/registry")`.
20
21
-- To add or update the metadata associated with a package, run [`update(pkg)`](@ref).
+- 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`.
24
25
- Assuming this is successful, update the metadata for *all* packages in the registry
26
by running [`update()`](@ref).
0 commit comments