The MLJ Model Registry, also known as the model metadata database, consists of the files in this directory:
-
Project.toml: Project file for a Julia package environment whose dependencies are all packages providing models with metadata searchable by the MLJ user after running
using MLJ(or justusing MLJModels). -
Metadata.toml: The detailed model metadata, keyed on package name.
MLJ developers should use MLJModelRegistryTools.jl to make updates and corrections, following the instructions there.