Olivier Labayle

Results 35 issues of Olivier Labayle

Hi! **Is your feature request related to a problem? Please describe.** I am trying to use the learning network API and would like to store additional results in the `fitresult`...

design discussion

This is a proposal to extend the learning network API, this should be **almost not** breaking, it enables caching and other `fit` options (like `acceleration`) to be passed to submachines....

Hi, ### Problem description I have just had the late realization that setting `cache=false` for a composite model will not transfer to all sub machines built at fit time. ```julia...

enhancement
design discussion

Hi, I would be quite keen on having parallel training for learning networks. I have seen that there may be a plan to use Dagger.jl [in this issue](https://github.com/alan-turing-institute/MLJ.jl/issues/72) for instance...

enhancement
brainstorm

Hello, Thank you for the work here! Apologies if this is not the right place for the following question. As I understand it, it seems the `MLJModelInterface.fit` method for `EvoTypes`...

Hi, I am currently trying to use a singularity container that has TimeZones.jl and thus Scratch.jl as a dependency. The initialization of TimeZones.jl seems to call `get_scratch!` which tries to...

Hello, I am building an app in a docker container and then try to run it via singularity. The app builds successfully but can't run because the `DEPOT_PATH` seems to...

[log_loss_pb_dataset.csv](https://github.com/JuliaStats/GLM.jl/files/11081458/log_loss_pb_dataset.csv) Hi, This may be a bit of a long shot. I've noticed that on a specific dataset (attached) if I run a GLM with both GLM.jl and the R...

Hi, I am trying to build an app with Comonicon but the sysimage creation fails when loading my Package in the Julia script generated by PackageCompiler. (This line:) ```julia Base.require(Base.PkgId(Base.UUID("2573d147-4098-46ba-9db2-8608d210ccac"),...

bug

Hi, I think CSV.jl automatically detects and converts quoted cells to the detected type. When writing, one can specify `quotestrings=true` in order to keep the quotes. Unfortunately I don't think...