MLJModelInterface.jl icon indicating copy to clipboard operation
MLJModelInterface.jl copied to clipboard

Explain in docs that model wrappers need to overload save/restore

Open ablaom opened this issue 1 year ago • 1 comments

Context: https://github.com/alan-turing-institute/MLJ.jl/issues/1099#issue-2165552624

ablaom avatar Mar 06 '24 18:03 ablaom

And forward other methods/traits, such as feature_importances, and so forth (see BinaryThresholdPredictor code for other examples)

ablaom avatar Mar 06 '24 19:03 ablaom

Also, after https://github.com/JuliaAI/MLJ.jl/issues/1125 is closed, they will need to overload MMI.constructor.

ablaom avatar Jun 03 '24 00:06 ablaom