MLJModels.jl
MLJModels.jl copied to clipboard
Add interpolation support to @load
Now that load is gone, I suggest we add interpolation support to @load. This is useful in programmatic loading of models (https://github.com/alan-turing-institute/MLJ.jl/issues/752).
So this should work, but currently does not:
name = "PCA"
@load $name