-
Hi @sckott, you asked for my thoughts on binomen on issue #9 and I thought a new issue might be a better place to respond.
I like the package overall. It has a clean and straight forward style that …
-
Currently a categorical array on the left hand side in a GLM model generates an error message:
```
MethodError: no method matching zero(::Type{CategoricalArrays.CategoricalValue{Int8,UInt32}})[0m…
-
1- In the DeepAR model with negativebinomial loss, is there any way to obtain the two parameters n and p of the nbinom distribution when predicting over a val_dataloader?? I can only get samples or qu…
-
Hello,
I've been trying to run scissor with a TCGA dataset and while the survival analyses work fine, when I try to use the binomial family to assess a phenotype it selects 0 cells. I tried it wit…
-
Copy pasting the first few lines of the tutorial
https://teneto.readthedocs.io/en/latest/tutorial/networkrepresentation.html#temporalnetwork-object
yields an error at `tnet.network.head()` because t…
-
An example like this is not currently supported by `plotModel()`:
``` r
GoosePermits
-
In Python 3.8, the math module now has `comb` (the same as SymPy's `binomial` for nonnegative integer arguments) and `isqrt`. Since these are implemented in C, we should use them internally when Pytho…
-
It occurs to me that we can put errorbars on these by assuming that they each one is binomially distributed, which should give some sense of the coverage per SNP.
![image](https://user-images.gith…
-
I have been using the match_taxa function in obistools and was working properly so far, but in the last few days I get this error with the same dataset that I used before and worked.
Error: (204) No …
-
## Description
When loading the FOOD_3 subset of the M5 competition (cut to only data in 2016), I noticed that the performance of the negative binomial distribution changes, at least in DeepAR.
I…