Johannes Brachem

Results 52 issues of Johannes Brachem

We pinned the pymc dependency to >=5.0,

In the recent weeks, there have been a number of issues that are in some way related to the `lsl.GraphBuilder` class. - #173 (With regard to this issue, we discussed...

comp:model
team

I think it would make sense to add a method `lsl.Var.transform(bijector)`. This would transform the var in question and return the new, transformed var.

enhancement
comp:model

We get a FutureWarning in the `Summary._error_df()` method: ``` liesel/liesel/goose/summary_m.py:362: FutureWarning: The behavior of array concatenation with empty entries is deprecated. In a future version, this will no longer exclude...

comp:goose

As the title says. Notably, the DistRegBuilder should make clear 1) its purpose and scope, and 2) the priors being used. Also, usage examples would be helpful.

comp:documentation

Take the example from this tutorial: https://docs.liesel-project.org/en/latest/tutorials/md/01a-transform.html The graph after transformation looks like this: ![](https://docs.liesel-project.org/en/latest/_images/graph-and-transformation-1.png) - The black edges pointing from `a` and `b` to `sigma` are correct, because the...

bug
comp:model

Main point: > I cannot make use of all summary statistics, as I am not sure what they mean. Could you maybe give some explanations in the documentary or in...

comp:documentation

Our API documentation currently is very limited. I think it would be a good investment of our time to improve it. Specifically, that means: 1. Describe not only what a...

comp:documentation

>Maybe also one general suggestion would be to create more general tutorials on `liesel`, i.e. connecting nodes, building the graph and how `liesel` works under the hood. While model specific...

comp:documentation

- [ ] liesel.model.legacy.Param - [ ] liesel.model.legacy.Obs - [ ] liesel.goose.engine.SamplingResult - [ ] liesel.goose.summary_m.Summary.from_result - [ ] liesel.goose.summary_m.Summary.from_results - [ ] `liesel.model.goose.GooseModel` -> (renamed/moved) `liesel.goose.interface.LieselInterface` - [ ]...