You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. A collection of model types implementing the [MLJ model interface](https://alan-turing-institute.github.io/MLJ.jl/dev/adding_models_for_general_use/).
22
21
23
-
2. A collection of named tuples, where each tuple includes `:name` and
24
-
`:package_name` as keys, and whose corresponding values point to a
`MLJ.models(...)` always returns such a collection.
22
+
2. A collection of named tuples, where each tuple includes `:name` and `:package_name` as keys, and whose corresponding values point to a model type appearing in the [MLJ Model Registry](https://github.com/JuliaAI/MLJModels.jl/tree/dev/src/registry). `MLJ.models(...)` always returns such a collection.
28
23
29
24
Ordinarily, code defining the model types to be tested must already be
30
25
loaded into the module `mod`. An exception is described under "Testing
31
26
with automatic code loading" below.
32
27
33
-
interface packages providing the models must be in the current
34
-
environment, but the packages need not be loaded.
35
-
36
28
The extent of testing is controlled by `level`:
37
29
38
30
|`level` | description | tests (full list below) |
0 commit comments