-
Initial thoughts by @marvinschmitt:
> Minimal content would be examples of ECDF plots for
> - bias too high
> - bias: too low
> - overconfident
> - underconfident
Alternatively, I suggest that we si…
-
Hello 👋
Changing `gpytorch.settings.eval_cg_tolerance()` during evaluation produces a dramatic change in the predicted variance on a Multitask GP wit Gaussian Likelihood.
I changed **only** the d…
-
The basic idea: to differentiate between closely-related cell types, we should re-run insitutype using only relevant genes, not the whole panel.
Rough workflow:
1. run insitutype under whatever w…
-
In the example of predictting efficacy of different vaccination scenarios, there is a line using "inference.results$contact_ids".
contact_ids=inference.results$contact.ids[i,]
Is that just an i…
-
We can attempt to infer a variable Ne by performing a tsdate inference, assessing the coalescence distribution over time (possibly broken up by population, if necessary), then using a rescaled set of …
-
Hi,
I've been building some structural time-series models with Tensorflow Probability over the past week.
I've begun to look into the impute_missing_variable method to smooth in my missing tim…
-
Hi,
Thanks for the interesting paper and code!
Not sure if really an issue in the repo, but maybe others will face this when trying to integrate SWAG with their existing code base, as I had con…
-
I wanted to use some pre-trained models. I read https://caffe2.ai/docs/zoo.html and read the README for some of the models (e.g. https://github.com/caffe2/models/tree/master/bvlc_alexnet, https://gith…
-
Hi,
Thank you for this useful package!
I'm using `mixtools` to fit a Normal mixture model similar to the vignette example:
```r
library(mixtools)
data(faithful)
attach(faithful)
wait1 =…
-
I'm running OpenTLD on a Windows 7 PC, using MS Visual Studio 2005. I can consistently crash the program if I draw bounding boxes repeatedly over a sequence of images (the target is difficult to track…