h2oai / h2o-3

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
http://h2o.ai
Apache License 2.0
6.86k stars 2k forks source link

Binary operations involving 1-row frame are not commutative #10314

Open exalate-issue-sync[bot] opened 1 year ago

exalate-issue-sync[bot] commented 1 year ago

{code} import h2o h2o.init() df = h2o.H2OFrame({"A": [1, 2, 3, 4], "B": [7, 6, 5, 4]}) df + df[1,:]

A B

--- ---

3 13

4 12

5 11

6 10

df[1,:] + df

A B

--- ---

3 13

{code}

h2o-ops commented 1 year ago

JIRA Issue Migration Info

Jira Issue: PUBDEV-3404 Assignee: New H2O Bugs Reporter: Pasha Stetsenko State: Open Fix Version: N/A Attachments: N/A Development PRs: N/A