Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

The MLJ Model Registry

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 just using 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.