-
How do you decide which taxa are reported in the differential ranking? Are the differentials that are reported the coefficients that are the most changing, or those that are significant, or some combi…
-
IF THE MODEL YOU WOULD LIKE TO SUPPORT IS NOT LISTED BELOW, PLEASE OPEN A NEW ISSUE.
It is often very easy to add support for new models. If you would like to help us do it (thanks!!!), please read…
-
Sorry to bother you,
It may happen that the function "out_cmm = cmm_reg_raw(y = y, X = X, W = W, control = ctrl)" do not work when the dataset is "big"? Like 50 columns and 100 rows. Because I have t…
-
great code and paper thanks
I try to read your paper
https://arxiv.org/pdf/1905.09884.pdf
Can you please help with these
1
code for performance comparison with Zheng et al. (2018) for binary o…
-
Requires a separate `lm` implementation (I think) due to the dummy coded response variable being multivariate.
-
mainly parking a theoretical result
quote from Stephens' reference entry
"have shown that the asymptotic distributions of EDF statistics are the same as if both 𝜇 and 𝜎 were estimated"
This mea…
-
Hey gents! I believe #434 is buggy. @andresy @albanD @soumith
If the sum of probs is a double but the cumulative distribution array is a float array, then you can end up with the last element of the…
-
While reviewing #17856, @ogrisel, @lucyleeow and myself found some weird things going on in the `CalibratedClassifierCV`.
EDIT by Olivier: in particular we found out that our existing multiclass c…
-
I have a Julia package with a lot of methods, metrics, preprocessing, etc. I find them to be highly useful, maybe you all would too? Feel free to scrape my repo for recyclable code:
https://github.…
-
We should consider a re-ordering of the algorithms when there are a high number of classes in the response. For example, perhaps >10 classes, we switch to prioritize GLMs and DNNs over tree-based met…