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

`@load StableRulesClassifier` is still broken

Open rikhuijzer opened this issue 8 months ago • 0 comments

pkg> activate --temp

pkg> add MLJModels
   Resolving package versions...
    Updating `/private/var/folders/nf/xynnllys6nl13xhj67sqgt7c0000gn/T/jl_AG8cXc/Project.toml`
  [d491faf4] + MLJModels v0.16.12
  [...]

pkg> add SIRUS
   Resolving package versions...
    Updating `/private/var/folders/nf/xynnllys6nl13xhj67sqgt7c0000gn/T/jl_AG8cXc/Project.toml`
  [cdeec39e] + SIRUS v1.3.3
  [...]

julia> using MLJModels

julia> RulesClassifier = @load StableRulesClassifier pkg="SIRUS" verbosity=0
SIRUS.MLJImplementation.StableForestClassifier

Even after https://github.com/JuliaAI/MLJModels.jl/pull/526, the @load appears to still be broken.

rikhuijzer avatar Oct 10 '23 09:10 rikhuijzer