Jose Esparza
Jose Esparza
### Willingness to contribute No. I cannot contribute this feature at this time. ### Proposal Summary Implement a creation queue to avoid multiprocessing to create experiments with the same name....
Details in alan-turing-institute/MLJ.jl#1029. - Adding parametric type `L` for loggers (detailed implementation in MLJBase.jl).
As tracked in JuliaAI/MLJFlow.jl#17, HTTP.jl is breaking the Julia 1.6 CI pipeline when `JULIA_NUM_THREADS: 2` is defined. The error shown is related to the stream being closed or unable. You...
Alowing compatibility with both `REST` and `AJAX` endpoints.
The current code requires that tags must be defined as: ```julia [Dict("key" => "foo", "value" => "bar"), Dict("key" => "missy", "value" => "gala")] ``` but what about making all the...
Hello, I tried to use this method with an European Crisis Core PSP 2000 with TA-088v2 and DATECODE 8B, but it never starts the service mode . I know this...
#48 In this PR, I'm fixing a design issue inherited from the original `mlflow` platform. In this case, when someone instantiates an experiment with default values, instead of letting the...
As described [here](https://julialang.org/downloads/#long_term_support_release), Julia changed the LTS version from `1.6` to `1.10`. Some of our projects (i.e. `MLJTuning.jl`) don't have this update. @ablaom
Upgrading the LTS version is something already mentioned in https://github.com/JuliaAI/MLJ.jl/issues/1143.