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

Fix uplift_drf_demo failure #16444

Open wendycwong opened 3 weeks ago

wendycwong commented 3 weeks ago

I tried to run it locally and run into error here:

image

I have uploaded the data to h2o-public-test-data/bigdata/server on S3.

The path to the dataset is now:

"https://s3.amazonaws.com/h2o-public-test-data/bigdata/server/criteo-uplift-v2.1.csv"

This dataset is from Kaggle and it can time out when trying to load the file and as a result the test will fail.

I tried to change the path to pd.read_csv and it does not work. Probably set something wrong somewhere.