CoolFace
Datasetpublic

criteo/CriteoClickLogs

๐Ÿ“Š Criteo 1TB Click Logs Dataset This dataset contains feature values and click feedback for millions of display ads. Its primary purpose is to benchmark algorithms for clickthrough rate (CTR) prediction. It is similar, but larger than the dataset released for the Display Advertising Challenge hosted by Kaggle:๐Ÿ”— Kaggle Criteo Display Advertising Challenge ๐Ÿ“ Full Description This dataset contains 24 files, each corresponding to one day of data. ๐Ÿ—๏ธโ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/criteo/CriteoClickLogs.

sourceHugging Facecc-by-nc-sa-4.0updated 5mo agoView on Hugging Face
15likes12kdownloads
Dataset Card

๐Ÿ“Š Criteo 1TB Click Logs Dataset

This dataset contains feature values and click feedback for millions of display ads. Its primary purpose is to benchmark algorithms for clickthrough rate (CTR) prediction.

It is similar, but larger than the dataset released for the Display Advertising Challenge hosted by Kaggle: ๐Ÿ”— Kaggle Criteo Display Advertising Challenge

๐Ÿ“ Full Description

This dataset contains 24 files, each corresponding to one day of data.

๐Ÿ—๏ธ Dataset Construction

  • โ€”The training data spans 24 days of Criteo traffic.
  • โ€”Each row represents a display ad served by Criteo.
  • โ€”The first column indicates whether the ad was clicked (1) or not clicked (0).
  • โ€”Both positive (clicked) and negative (non-clicked) examples have been subsampled, though at different rates to keep business confidentiality.

๐Ÿงฑ Features

  • โ€”13 integer features Mostly count-based; represent numerical properties of the ad, user, or context.
  • โ€”26 categorical features Values are hashed into 32-bit integers for anonymization. The semantic meaning of these features is undisclosed.
โš ๏ธ Some features may contain missing values.

๐Ÿงพ Data Format

  • โ€”Rows are chronologically ordered
  • โ€”Columns are tab-separated and follow this schema:
<label> <int_feature_1> ... <int_feature_13> <cat_feature_1> ... <cat_feature_26>
  • โ€”If a value is missing, the field is simply left empty.

๐Ÿ”„ Differences from Kaggle Challenge Dataset

  • โ€”๐Ÿ“… The data covers a different time period
  • โ€”๐Ÿ”„ Subsampling ratios differ
  • โ€”๐Ÿ”ข Ordering of features is different
  • โ€”๐Ÿงฎ Some features have different computation methods
  • โ€”๐Ÿ” Hash function for categorical features has changed