-
patsy also provides a design_info for endog, that we currently don't attach and don't use.
This can be useful to look at possible endog transformation, or endog names in case of 2-D endog.
`y, X…
-
Hi,
it would be very helpful to have a [C5.0 Decision tree algorithm](https://rulequest.com/download.html) implementation in tfdf as there is none until now for Python and guess there is quite some…
-
Hi, I'm a big fan of this software but was wondering if it might make sense to provide the option to threshold based on a false positive rate instead of error rate (similar to what SeqPurge does using…
-
Hi Ben, many thanks for your work.
I am trying to use your code, but am running into problems:
First, when running the code from your demo, I get an error message after calling summary():
```…
dphh updated
8 months ago
-
1. document of [torch.nn.CTCLoss](https://pytorch.org/docs/stable/generated/torch.nn.CTCLoss.html#torch.nn.CTCLoss) says: the input is a **logarithmized probabilities**, obtained with `torch.nn.funct…
-
Degrees of freedom (*numerator* df, not denom df) change in surprising ways between
```
dormant ~ population + watertreatment + seedmass + (1|population:family)
```
and
```
dormant ~ population …
-
`Rfast` is a package with many univariate densities implemented. Most if not all of the implementations have a higher speed than the implementations in this package and the overlap is large.
Do on…
-
Hi Damon,
I just came across your model, and I am thinking of implementing the same beta-binomial LL to incorporate Testing behaviour in my model. However, I am stuck in your code at this line:
ht…
-
Hi!
My colleage @ilanasegall and I just took a real deep dive to try and understand the US states case count model.
Caveat: She's a statistician but hasn't used pymc3. I'm a research engineer w…
-
Recently, I am trying to use the bizicount for my count data.
I really appreciate this magnificent pacakage.
Do you have an option for the bivariate zero-inflated negative binomial "mixed model" ?
…