Veronika Maurerová
Veronika Maurerová
JIRA: https://h2oai.atlassian.net/browse/PUBDEV-8332 The first idea is to implement assert, which checks the parent prediction is in the interval of children's predictions. Quantile distribution is excluded, other monotone constraints tests should...
Issue: https://github.com/h2oai/h2o-3/issues/16074
Issue: https://github.com/h2oai/h2o-3/issues/15960
1) I found these changes very inefficient: `boolean score4Generic = m != null && m.getClass().toString().contains("Generic");` https://github.com/h2oai/h2o-3/pull/16025/commits/6421a819a0b634c331a06b6bbfa5838cd72b6f23 We should implement something like the method `isGeneric()` instead of comparing the name of...
Improve MLI function for UpliftDRF - add Shapley value
Issue: #16046
Moved from #15791 issue here to finish in the next major release. - CV https://github.com/h2oai/h2o-3/pull/16048 - More metrics
Improve this documentation page: https://docs.h2o.ai/h2o/latest-stable/h2o-docs/data-science/algo-params/custom_metric_func.html Add an example of how to transform math formula to Map/Reduce/Metric code.
We need better documentation about our tree objects. Issues and ideas: - We generate the Python doc about trees here: https://docs.h2o.ai/h2o/latest-stable/h2o-py/docs/tree.html (very short description at the beginning) and for R...