-
Currently, InSituType takes only raw count matrices. This is logical, since scaling or transforming data might differ per dataset. However, the inability to take count matrices consisting out of float…
-
If I do `m.confusion_matrix()`, where is a multinomial model, I get:
TypeError: confusion_matrix() takes exactly 2 arguments (1 given)
But `m.confusion_matrix(train)` works. This is different to…
-
Running a GLM binomial grid where alpha is the only hyper-parameter gives me bad data in the output. E.g. "[D@6a542950" should have said "0.0"
alpha model_ids logloss
[D@6a542950 GLM_1_model_…
-
Hi Yuri,
I find very interesting and useful your work ! Congrats for that, but I was trying to run your whole code and I encountered some issues here :
glmer.glmulti
-
El trabajo describe tres variables clave (volatilidad implícita, precio del activo subyacente y la prima de la opción) y presenta datos relevantes que apoyan su análisis. Sin embargo, aunque se mencio…
-
Scikit-learn has some very strict tests for GLMs in https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/linear_model/_glm/tests/test_glm.py. I modified the file to test `glum.GeneralizedLin…
-
The statistical model doesn't allow it, but there may be some reasonable use cases where one allows non-integer responses in a Poisson GLMM. The current code doesn't handle this case well (returns `I…
-
To implement x^(1/y), I used binomial series which is uploaded in Wekipedia(Professor uploaded). However, It converges for |x|
-
Implement proper statistics to help decide which version(s) are better.
- [x] Decide on proper distribution to use for significance testing (use binomial model)
- [ ] Calculate and display relevan…
-
**Describe the bug**
When numba is installed, Arviz's plot functions will keep running without any result.
After numba uninstalled, Arviz works well.
**To Reproduce**
Run the following demo co…