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.94k stars 2k forks source link

Read-only operations via Rapids #14260

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

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

Via PUBDEV-1280

If Rapids supported a notion of "view-only" operations, then such operations could be bundled with the general set of Rapids capabilities, as opposed to having a separate API call.

This particular ticket is akin to running a combined row-and-column slice on a frame, without jamming the new sliced frame into the DKV. If the Rapids !foo operation could be skipped, and Exec could just shove the result of the slice into the serializer, then it would open up other possibilities.

Essentially, a slice-by-predicate-expression that does not "save" the result.

DinukaH2O commented 1 year ago

JIRA Issue Migration Info

Jira Issue: PUBDEV-1285 Assignee: New H2O Bugs Reporter: Prithvi Prabhu State: Open Fix Version: N/A Attachments: N/A Development PRs: N/A