Adding Models for General Use
To write a complete MLJ model interface for new or existing machine learning models, suitable for addition to the MLJ Model Registry, consult the MLJModelInterface.jl documentation.
For quick-and-dirty user-defined models see Simple User Defined Models.