Antonello Lobianco
Antonello Lobianco
I think it should be added to this list the algebraic resolution of differential equations, e.g.: ```julia julia> using SymPy julia> @syms x (x,) julia> y = sympy.Function("y") PyObject y...
Closing as it seems no longer pertinent. I am still very open to share BetaML with an existing organization..
Hello, I have added an Example session to all MLJ models.
done it (v0.9.3).. The MLJ interfaced models documentation appears also in the BetaML documentation, e.g. [here](https://sylvaticus.github.io/BetaML.jl/stable/Nn.html#BetaML.Nn.NeuralNetworkClassifier) still.. if @juliohm has the time to review the documentation, would be great...
Hello, I have the same error while trying to build the documentation in Julia 1.10, but I have a pretty complex build chain, so I can't understand where this error...
It seems we have to explicitly close the file. Would it be possible for Zipfile to support the `do` block like a normal file IO operation ? e.g.: ``` ZipFile.Writer("example.zip")...
Ah, thank you.. I didn't search well enough, I ended up writing my own utility function based on ZipFile: https://discourse.julialang.org/t/how-to-extract-a-file-in-a-zip-archive-without-using-os-specific-tools/34585/5
Exactly what I was looking for :-)
This happens even if you first add Julia packages by seval julia code as `jl.seval("Pkg.add("Foo")")`. This creates an entry for `Foo` on the `Project.toml` in the current environment. If however...
Sorry, I quickly saw this pull request. Will stidy it tomorrow...