-
**Describe the error**
Smoke tests don't pass on fresh install
**Steps to Reproduce**
`firedrake-install --netgen --package-branch petsc JDBetteridge/merge_upstream`
ie: The exact command used…
-
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 …
-
I am interested in using causal forests for a response count variable (y=0,1,2,3,...). However I have not yet found a way to implement this. Any suggestions?
Thanks in advance!
-
## The problem
When running `tune_grid` for `glmnet` poisson regression models the predictions returned by `collect_predictions()` appear to contain negative values (it looks as though they are on …
-
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…
-
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…
-
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…
-
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…
-
Hi @PhilipDeegan
When I run `python setup.py build_ext --inplace pytest`, I get 5 failures and 1 error: please see below.
Could you please explain why this is happening? Can I simply ignore th…