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 19af491 commit 8d553f4Copy full SHA for 8d553f4
src/MLJModelRegistryTools.jl
@@ -3,6 +3,11 @@
3
4
Module providing tools for managing the MLJ Model Registry. To modify the registry:
5
6
+- Make sure the MLJModelRegistryTools.jl `[compat]` entry for MLJModels is up to date. If
7
+ not you will need to update it. (Generally you cannot update the model registry and make
8
+ breaking releases of MLJModels at the same time. If this is absolutely necessary, you
9
+ will need to locally `dev` both packages.)
10
+
11
- Create a local clone of [MLJModels.jl](https://github.com/JuliaAI/MLJModels.jl), which
12
hosts the registry. After making changes, you will be making a MLJModels.jl pull
13
request.
0 commit comments