-
-
A user on stackoverflow was looking for this:
![image](https://github.com/h2oai/h2o-3/assets/7231712/767d0cc5-d6b3-410b-a176-6f1c36b3c685)
-
Hello,
I'm running the ordinal response model in Econometrics.jl (which corresponds to Stata's ologit) and am experiencing an error. For certain specs, after I run the ologit, I get an error which …
-
not sure about this, needs more thinking! This is about predicting per-instance ordinal values where we only know the partial ordering of targets but where the target value is otherwise not on an inte…
-
### Is your feature request related to a problem? Please describe
Currently the logic to pick `Ordinals` vs `DirectCollector` is dynamic and based on the number of ordinals to collect and memory ov…
-
**Regression Models with Ordered Categorical Outcomes**:
**https://www.pymc.io/projects/examples/en/latest/generalized_linear_models/GLM-ordinal-regression.html**:
## Issue description
After `mak…
-
Megan Kurka suggested that we should do a tutorial/blog posts with ordinal regression. Here are the datasets recommended by her:
Credit Card Data: https://s3.amazonaws.com/h2o-training/events/ibm_…
-
I'm working on building a logistic regression model for an ordinal dependent variable and I'm using the OrderedModel from statsmodels.miscmodels.ordinal_model.
Maybe I'm just not seeing it right n…
-
Would be good to have the equivalent of a typical ordinal logistic regression model as a possible loss for multi-class classification: https://en.wikipedia.org/wiki/Ordinal_regression
In short, thi…
-
添加mae_layer, ordianl_regression_loss_layer的步骤:
1,将mae_layer.hpp, ordinal_regression_loss_layer.hpp 放置在caffe/include/caffe/layers/下
2,将mae_layer.cpp, ordinal_regression_loss_layer.cpp, ordinal_regres…