Benoît Pasquier
Benoît Pasquier
I reckon smoothing would solve the problem. For the record, this is the raw river data on a histogram, showing how large a contribution the Amazon is compared to the...
Note to self: Actually it would be nice to be able to create a performant inplace `F` from the user input of sources and sinks. This might require some code...
This looks very nice! And I guess it answers parts or whole of that other issue I cc'ed you on Metadata.jl! I have zero feedback yet (because I have to...
OK I got to play for a few mintues with it, and I have some initial feedback! I see the ```julia update!(model, df) ``` API, but is it possible to...
> With loading directly from a `Dataframe`, the problem is you don't know what the model structure is. I think maybe when they add metadata to the Tables.jl interface we...
So you need subsubmodels to not be able to reconstruct, right?
Oh I see now! I had completely missed that `Submodel2` is part of `Submodel3` in the examples on the ReadMe! Thanks!
A maybe cleaner-looking workaround would be to add `tree` symbols, like ``` ┌──────────────┬───────┬───────┬────────────────┐ │ component │ field │ val │ bounds │ ├──────────────┼───────┼───────┼────────────────┤ │ Submodel1 │ α │ 0.8 │...
So you could add them automatically when converting to a `DataFrame`, and then use them and strip them when building the model from a `DataFrame`? And if none of these...
@rafaqz maybe you want to chime in https://discourse.julialang.org/t/nicer-parameter-indexing/50704? I think a small example of using SciML would be great! Do you think you could make one? Even better would be...