NVIDIA-Merlin / Merlin

NVIDIA Merlin is an open source library providing end-to-end GPU-accelerated recommender systems, from feature engineering and preprocessing to training deep learning models and running inference in production.
Apache License 2.0
722 stars 112 forks source link

[BUG] scaling-criteo example fails to download data #1030

Open nv-alaiacano opened 1 year ago

nv-alaiacano commented 1 year ago

Bug description

The data was hosted at https://storage.googleapis.com/criteo-cail-datasets/day_<D>.gz but it is no longer hosted there!

The dataset currently exists at https://ailab.criteo.com/download-criteo-1tb-click-logs-dataset/ and the example needs to be updated to download from here instead.

Environment details

All versions