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 8d553f4 commit ff4d4daCopy full SHA for ff4d4da
src/MLJModelRegistryTools.jl
@@ -25,7 +25,7 @@ Module providing tools for managing the MLJ Model Registry. To modify the regist
25
`MLJRegistryTools.get("MLJBase")`, to see the MLJBase.jl models.
26
27
- To add or update the metadata associated with a package, run [`update(pkg)`](@ref), as
28
- in `update("MLJTransforms"). Ensure that every model provided by the packge appears as a
+ in `update("MLJTransforms"). Ensure that every model provided by the package appears as a
29
key in the returned value. Omissions may indicate a bad `load_path`.
30
31
- Assuming this is successful, update the metadata for *all* packages in the registry
0 commit comments