Skip to content

JuliaAI/MLJModelInterface.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLJModelInterface.jl

A light-weight interface for developers wanting to integrate machine learning models into MLJ.

Linux Coverage
Build Status codecov.io

Stable

MLJ is a framework for evaluating, combining and optimizing machine learning models in Julia. A third party package wanting to integrate their machine learning models into MLJ must import the module MLJModelInterface defined in this package, as described in the documentation.