Anthony Blaom, PhD
Anthony Blaom, PhD
cc @giordano
@giordano Thanks for investigating. Naturally this is difficult to debug without being able to reproduce the error. Let me make sure I can also reproduce and get back to you....
Okay, I do get (a different) error in a bare environment. **The error** ```julia julia> using MLJModels julia> @iload EvoTreeRegressor [ Info: For silent loading, specify `verbosity=0`. [ Info: Precompiling...
``` julia> versioninfo() Julia Version 1.6.0 Commit f9720dc2eb (2021-03-24 12:55 UTC) Platform Info: OS: macOS (x86_64-apple-darwin19.6.0) CPU: Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-11.0.1 (ORCJIT,...
@giordano Thanks for investigating. What a pity you are unable to reproduce. I'm inclined to believe the problem lies outside of MLJModels. Why else would reproducibility be an issue? We...
Maybe add to this list unimplemented parts of `DecisionTree` package, eg the categorical features part.
I see UMAP has a [julia interface](https://github.com/dillondaudert/UMAP.jl) And there is https://github.com/lejon/TSne.jl, but that's looking pretty old. I'm not sure about Phate. Were you offering to provide direct interfaces to python...
Continuation of https://github.com/JuliaAI/MLJBase.jl/issues/94
@vollmersj
Maybe some minor work involved in translating between the [ScientificTypes.jl](https://juliaai.github.io/ScientificTypes.jl/dev/) convention used in MLJ and the one specific to StatsModels.jl. Happy to provided guidance around this.