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 1.99k forks source link

Support http/https protocol via H2OFrame API #14348

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

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

Right now i cannot pass http URI to H2OFrame API and load data from remote.

val df: H2OFrame = new H2OFrame(java.net.URI.create("http://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data"))

water.exceptions.H2OIllegalArgumentException: Unsupported schema 'http' for given uri http://archive.ics.uci.edu/ml/machine-learning-databases/iris/iris.data at water.persist.PersistManager.anyURIToKey(PersistManager.java:172) at water.util.FrameUtils.parseFrame(FrameUtils.java:52) at water.fvec.H2OFrame.(H2OFrame.scala:29)

DinukaH2O commented 1 year ago

JIRA Issue Migration Info

Jira Issue: PUBDEV-1374 Assignee: New H2O Bugs Reporter: Michal Malohlava State: Open Fix Version: N/A Attachments: N/A Development PRs: N/A