-
Multinomial logit models do not match `R`.
At first glance, it looks like things work, and there are some tests commented out here:
https://github.com/vincentarelbundock/pymarginaleffects/blob/…
-
We could add some more distributions, at least:
* t-distribution (`"student"`)
* Weibull (`"weibull"`)
Maybe also more multivariate distributions?
* multivariate t-distribution (`"mvstude…
-
## 📚 Documentation
The [`torch.multinomial` documentation page](https://pytorch.org/docs/stable/generated/torch.multinomial.html) has an example that seems out-of-date or just wrong 🤷♂️
> ```
>…
-
Is there any estimate on when we can expect PMML support for Multinomial naive bayes model in sklearn?
-
## Description
Multinomial sampling produces impossible values.
If I understand correctly, if `mx.random.multinomial` is given a distribution such as:
dist = mx.nd.array([0.3, 0.2, 0.4, 0.1…
-
Usage of mx.nd.multinomial in R-package seems broken. A numeric value is returned rather than the expected integer. Maybe it has to do with the `int32` format returned by the operator?
```
probs
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
Attempted to access obsmat(:,3116); index out
of bounds because size(obsmat)=[2560,2560].
E…
-
The new interface is `MRG_RandomStreams.choice()`.
-
OpenVINO Version => Version 2023.0.1
Operating System / Platform => Ubuntu 22.04
Hi ,
I have model witch I converted from PyTorch to Onnx and now trying to convert to Openvino .
I am getting …
-
Not really an issue, but a gap in the docs or my knowledge ;-) When using BAMBI to do a multinomial logistic regression, which category is considered the pivot category?