JuliaAI / MLJModelInterface.jl

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

It seems some macros in metadata_utils cause issues if an MLJ interface is wrapped in module #89

Open ablaom opened 3 years ago

ablaom commented 3 years ago

https://github.com/alan-turing-institute/MLJ.jl/issues/744#issuecomment-786746319

See also this comment: "A quirk of submodules and evaluation scopes makes it necessary to load this submodule in the package init function" from #20

ablaom commented 9 months ago

I wonder if https://github.com/JuliaAI/MLJModelInterface.jl/pull/184#issuecomment-1864104215 fixes this issue?