h2o-3
h2o-3 copied to clipboard
PUBDEV-8302: Py scalar results are always represented as floats
https://h2oai.atlassian.net/browse/PUBDEV-8302
Even when the results represent indices (e.g. result of h2o.column_by_types
, those are represented as floats by the Py client (it's working as expected in R).
This fix allow ints results iff all the scalars are ints.