-
See how likelihood and fitting functions deal with edge cases of all zeros, write tests, and fix so that they don't crash.
-
To support VI we need to decide what different aspect we should implement.
## Data structure
We probably need a special data structure for VI results.
It could contain:
- posterior mean
- p…
-
For the post odds, it's implementation is quite straight-forward.
However, when considering metrics such as uplift, Prob-beat-control and loss. How do we incorporate those?
By simply updating beta…
-
Define what is meant with these Nouns:
- `Factors`: as captured in factor graph,
- `MessageLikelihood`, a joint belief message propagating on the tree,
- `Potential`, all likelihoods needed for a s…
-
## [G-00] Reduce Runtime Gas With Modifiers
**Severity**: _Gas_
**Likelihood**: _High_
**Status**: {Submitted}
**Scope**: [`TWABDelegator.sol`](https://github.com/pooltogether/v4-twab-delegator/blob/…
-
It's probably past time to add things like unit tests, just to make sure changes aren't breaking things like the likelihood functions or data reading or etc.
-
After the inputs to the running of the model is homogenized (https://github.com/geco-bern/rsofun/issues/228),
also the inputs to the calibration would need to be homogenized.
Some work has already…
-
We currently rely on a lot of custom code that only appears in `sample_maps.py` for doing the sampling. This is not good. So for instance, if a user wants to sample a map in a notebook, they have to r…
EiffL updated
3 years ago
-
Hi, is it possible to get the tokenwise log-likelihood scores of different outputs from the model?
The use-case would be something like:
Given an interleaved image/text input and a list of output …
-
Hey David,
Here is a simplistic approach you can use to get at goodness-of-fit.
https://github.com/weecology/mete-spatial/blob/master/scripts/spat_functions.R#L3341
There are of course many other …