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: ```julia name = "PCA" @load $name ```