MLJModelInterface.jl
MLJModelInterface.jl copied to clipboard
Explain in docs that model wrappers need to overload save/restore
Context: https://github.com/alan-turing-institute/MLJ.jl/issues/1099#issue-2165552624
And forward other methods/traits, such as feature_importances, and so forth (see BinaryThresholdPredictor code for other examples)
Also, after https://github.com/JuliaAI/MLJ.jl/issues/1125 is closed, they will need to overload MMI.constructor.