-
Do you know why the mse value produced is so small, whereas if I look at previous research, the resulting value is only around 0,... only. why doesn't this happen to my syntax?
library(car)
librar…
-
From @aksarkar:
> I found that `fit_poisson_nmf` spends almost all of its time in single-threaded code, specifically `cost` and in `poisson_nmf_kkt`. One obvious enhancement would be to move the ob…
-
**Describe the issue**
The instructions to test a new firedrake installation are confusing.
- In the current online version of the docs the folder is wrong
- in the github version of the docs the …
-
There has been several requests for group lasso regularised Poisson regression. This was more difficult than first thought as the gradient of the Poisson loss is not globally Lipschitz.
The loss gr…
-
I remember darkly some issues about new objectives/gains choices for ranger. One very relevant one is Poisson regression for (pseudo-)counts. Why? It is one of the standard approaches to model number …
-
Both `binomial()` and `poisson()` families in `stats::family` have a fixed dispersion parameter at one. It appears that dispersion is relaxed to vary in Poisson regression through `compois()` and `ge…
-
In a partial repeat of #59 I would like to again request the addition of poisson regression models, in their various forms. Just today I came across this paper, which presents the Bayesian implem…
-
This is a great project. Currently, it focuses on classification and squared error problems. It would be very nice to have one benchmark for Poisson GLMs, see e.g. https://github.com/scikit-learn/scik…
-
The [computeMdrr function](https://github.com/OHDSI/CohortMethod/blob/master/R/Power.R#L43) currently only implements power calculations for Cox models. We should add implementations for logistic regr…
-
Having a benchmark for Poisson GLMs (mainly/ almost unpenalized) would be a great addition, e.g., something like
- https://scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_n…