You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the error below when using Revise v2.5.3 and Revise v2.4.1, but it disappears in v2.3.3 (or if I simply don't load Revise)
The MLJModels @load macro below triggers loading of the DecisionTree package, which in turn triggers lazy loading of associated interface code from MLJModels (using Requires.jl).
This problem is not specific to the model DecisionTreeRegressor and its package, DecisionTree.jl. The issue is also there for @load KNNClassifier (from NearestNeighbors.jl package). But for some other models the issue is mysteriously absent.
julia>versioninfo()
Julia Version 1.3.0
Commit 46ce4d7933 (2019-11-2606:09 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin19.0.0)
CPU:Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
WORD_SIZE:64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, skylake)
Environment:
JULIA_PATH =/Applications/Julia-1.1.app/Contents/Resources/julia/bin/julia
I get the error below when using Revise v2.5.3 and Revise v2.4.1, but it disappears in v2.3.3 (or if I simply don't load Revise)
The MLJModels
@load
macro below triggers loading of the DecisionTree package, which in turn triggers lazy loading of associated interface code from MLJModels (using Requires.jl).This problem is not specific to the model DecisionTreeRegressor and its package, DecisionTree.jl. The issue is also there for
@load KNNClassifier
(from NearestNeighbors.jl package). But for some other models the issue is mysteriously absent.The text was updated successfully, but these errors were encountered: