-
When I train a model using H2OAutoML for a multiclassification problem there is a parameters called auc_type that prevents the calculation of multinomial_auc_table and multinomial_aucpr_table since it…
-
need to add .accuracy() for multinomials.
The following snippets don't work:
{code}
import h2o
from h2o.estimators.glm import H2OGeneralizedLinearEstimator
h2o.init()
iris_df = h2o.import_file…
-
add support for multinomial xgboost and gbm with monotonicity constraints
-
-
## 🚀 Feature
The [Dirichlet-Multinomial distribution](https://en.wikipedia.org/wiki/Dirichlet-multinomial_distribution) is something I need for my research. TensorFlow has this distribution imple…
-
I did cross validation over different distance measures. The risk plots and accuracy plots seems contradictory... So I am wondering what does the risk function of a multinomial family look like? The d…
-
### 🐛 Describe the bug
The [documentation](https://pytorch.org/docs/stable/generated/torch.multinomial.html) of `torch.multinomial()` says it should throw an error if the number of samples is equal t…
-
Please add support for multinomial regression in the newest version of pyglmnet.
Please also add support for penalty factors (regularization penalties per feature) as described here: https://glmne…
-
-
I always found your minimalist IRLS GLM algorithm at [http://bwlewis.github.io/GLM/ ] very handy to explain to students how GLMs work. I was wondering if, by any chance, you would also happen to have …