Skip to content

Commit

Permalink
Fix data url (#16448)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurever authored Nov 13, 2024
1 parent 8954cfc commit cca2428
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions h2o-py/demos/uplift_drf_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
"response_column = \"visit\"\n",
"feature_cols = [\"f\"+str(x) for x in range(0,12)]\n",
"\n",
"df = pd.read_csv(\"/home/0xdiag/bigdata/server/criteo/criteo-uplift-v2.1.csv\")\n",
"df = pd.read_csv(\"https://s3.amazonaws.com/h2o-public-test-data/bigdata/server/criteo-uplift-v2.1.csv\")\n",
"df.head()"
]
},
Expand Down Expand Up @@ -3223,7 +3223,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -3237,7 +3237,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3rc1"
"version": "3.11.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit cca2428

Please sign in to comment.