hillstrom
Stay organized with collections
Save and categorize content based on your preferences.
This dataset contains 64,000 customers who last purchased within twelve months.
The customers were involved in an e-mail test.
- 1/3 were randomly chosen to receive an e-mail campaign featuring Mens
merchandise.
- 1/3 were randomly chosen to receive an e-mail campaign featuring Womens
merchandise.
- 1/3 were randomly chosen to not receive an e-mail campaign.
During a period of two weeks following the e-mail campaign, results were
tracked. The task is to tell the world if the Mens or Womens e-mail campaign was
successful.
Split |
Examples |
'train' |
64,000 |
FeaturesDict({
'channel': Text(shape=(), dtype=string),
'conversion': int64,
'history': float32,
'history_segment': Text(shape=(), dtype=string),
'mens': int64,
'newbie': int64,
'recency': int64,
'segment': Text(shape=(), dtype=string),
'spend': float32,
'visit': int64,
'womens': int64,
'zip_code': Text(shape=(), dtype=string),
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
channel |
Text |
|
string |
|
conversion |
Tensor |
|
int64 |
|
history |
Tensor |
|
float32 |
|
history_segment |
Text |
|
string |
|
mens |
Tensor |
|
int64 |
|
newbie |
Tensor |
|
int64 |
|
recency |
Tensor |
|
int64 |
|
segment |
Text |
|
string |
|
spend |
Tensor |
|
float32 |
|
visit |
Tensor |
|
int64 |
|
womens |
Tensor |
|
int64 |
|
zip_code |
Text |
|
string |
|
Supervised keys (See
as_supervised
doc):
({'channel': 'channel', 'history': 'history', 'mens': 'mens', 'newbie':
'newbie', 'recency': 'recency', 'segment': 'segment', 'womens': 'womens',
'zip_code': 'zip_code'}, 'visit')
Figure
(tfds.show_examples):
Not supported.
Examples
(tfds.as_dataframe):
@article{entryhillstrom,
title={Hillstrom’s MineThatData Email Analytics Challenge},
author={ENTRY, WINNING}
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-12-06 UTC.
[null,null,["Last updated 2022-12-06 UTC."],[],[],null,["# hillstrom\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThis dataset contains 64,000 customers who last purchased within twelve months.\nThe customers were involved in an e-mail test.\n\n1. 1/3 were randomly chosen to receive an e-mail campaign featuring Mens merchandise.\n2. 1/3 were randomly chosen to receive an e-mail campaign featuring Womens merchandise.\n3. 1/3 were randomly chosen to not receive an e-mail campaign.\n\nDuring a period of two weeks following the e-mail campaign, results were\ntracked. The task is to tell the world if the Mens or Womens e-mail campaign was\nsuccessful.\n\n- **Homepage** :\n \u003chttps://blog.minethatdata.com/2008/03/minethatdata-e-mail-analytics-and-data.html\u003e\n\n- **Source code** :\n [`tfds.recommendation.hillstrom.Hillstrom`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/recommendation/hillstrom/hillstrom.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): Initial release.\n- **Download size** : `3.78 MiB`\n\n- **Dataset size** : `15.87 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'train'` | 64,000 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'channel': Text(shape=(), dtype=string),\n 'conversion': int64,\n 'history': float32,\n 'history_segment': Text(shape=(), dtype=string),\n 'mens': int64,\n 'newbie': int64,\n 'recency': int64,\n 'segment': Text(shape=(), dtype=string),\n 'spend': float32,\n 'visit': int64,\n 'womens': int64,\n 'zip_code': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|-----------------|--------------|-------|---------|-------------|\n| | FeaturesDict | | | |\n| channel | Text | | string | |\n| conversion | Tensor | | int64 | |\n| history | Tensor | | float32 | |\n| history_segment | Text | | string | |\n| mens | Tensor | | int64 | |\n| newbie | Tensor | | int64 | |\n| recency | Tensor | | int64 | |\n| segment | Text | | string | |\n| spend | Tensor | | float32 | |\n| visit | Tensor | | int64 | |\n| womens | Tensor | | int64 | |\n| zip_code | Text | | string | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `({'channel': 'channel', 'history': 'history', 'mens': 'mens', 'newbie':\n 'newbie', 'recency': 'recency', 'segment': 'segment', 'womens': 'womens',\n 'zip_code': 'zip_code'}, 'visit')`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @article{entryhillstrom,\n title={Hillstrom's MineThatData Email Analytics Challenge},\n author={ENTRY, WINNING}\n }"]]