Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,8 @@ tags:
|
|
| 6 |
pretty_name: criteo-attribution-dataset
|
| 7 |
size_categories:
|
| 8 |
- 10M<n<100M
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
# Criteo Attribution Modeling for Bidding Dataset
|
| 11 |
|
|
@@ -40,7 +42,7 @@ This dataset includes following files:
|
|
| 40 |
|
| 41 |
|
| 42 |
## Data description
|
| 43 |
-
This dataset
|
| 44 |
For each banner we have detailed information about the context, if it was clicked, if it led to a conversion and if it led to a conversion that was attributed to Criteo or not. Data has been sub-sampled and anonymized so as not to disclose proprietary elements.
|
| 45 |
|
| 46 |
Here is a detailed description of the fields (they are tab-separated in the file):
|
|
|
|
| 6 |
pretty_name: criteo-attribution-dataset
|
| 7 |
size_categories:
|
| 8 |
- 10M<n<100M
|
| 9 |
+
task_categories:
|
| 10 |
+
- tabular-classification
|
| 11 |
---
|
| 12 |
# Criteo Attribution Modeling for Bidding Dataset
|
| 13 |
|
|
|
|
| 42 |
|
| 43 |
|
| 44 |
## Data description
|
| 45 |
+
This dataset represents a sample of 30 days of Criteo live traffic data. Each line corresponds to one impression (a banner) that was displayed to a user.
|
| 46 |
For each banner we have detailed information about the context, if it was clicked, if it led to a conversion and if it led to a conversion that was attributed to Criteo or not. Data has been sub-sampled and anonymized so as not to disclose proprietary elements.
|
| 47 |
|
| 48 |
Here is a detailed description of the fields (they are tab-separated in the file):
|