JuliaAI / MLJModelInterface.jl

Lightweight package to interface with MLJ
MIT License
37 stars 8 forks source link

Explain in docs that model wrappers need to overload save/restore, and so forth #194

Closed ablaom closed 3 months ago

ablaom commented 7 months ago

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

ablaom commented 7 months ago

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

ablaom commented 4 months ago

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