You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing a scipy sparse matrix to H2O using the H2OFrame constructor, the column_names param is ignored and columns are named using the default C1, C2, ... convention.
discovered when writing tests for #15898
see test h2o-py/tests/testdir_apis/Data_Manipulation/pyunit_h2oH2OFrame.py
When importing a scipy sparse matrix to H2O using the
H2OFrame
constructor, thecolumn_names
param is ignored and columns are named using the defaultC1, C2, ...
convention.discovered when writing tests for #15898
see test h2o-py/tests/testdir_apis/Data_Manipulation/pyunit_h2oH2OFrame.py
Current behaviour
Expected result
The text was updated successfully, but these errors were encountered: