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

Add interpolation support to @load

Open ablaom opened this issue 4 years ago • 0 comments

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

ablaom avatar Mar 22 '21 04:03 ablaom