Refresh ER schema diagrams (1-7 of 7)
Browse files- dbinfer-amazon/README.md +2 -15
- dbinfer-amazon/schema.svg +80 -80
- dbinfer-avs/README.md +2 -15
- dbinfer-avs/schema.svg +119 -119
- dbinfer-diginetica/README.md +2 -15
- dbinfer-diginetica/schema.svg +178 -178
- dbinfer-outbrain-small/README.md +2 -15
- dbinfer-outbrain-small/schema.svg +194 -194
- dbinfer-retailrocket/README.md +2 -15
- dbinfer-retailrocket/schema.svg +104 -104
- dbinfer-seznam/README.md +2 -15
- dbinfer-seznam/schema.svg +89 -89
- dbinfer-stackexchange/README.md +2 -15
- dbinfer-stackexchange/schema.svg +0 -0
dbinfer-amazon/README.md
CHANGED
|
@@ -1,10 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
tags:
|
| 3 |
-
- relbench
|
| 4 |
-
- relational-deep-learning
|
| 5 |
-
pretty_name: dbinfer-amazon
|
| 6 |
-
---
|
| 7 |
-
|
| 8 |
# dbinfer-amazon
|
| 9 |
|
| 10 |
Amazon from the 4DBInfer benchmark: a large product-review dataset linking users, products and reviews, used for rating prediction and user purchase/churn prediction.
|
|
@@ -13,10 +6,6 @@ Amazon from the 4DBInfer benchmark: a large product-review dataset linking users
|
|
| 13 |
|
| 14 |

|
| 15 |
|
| 16 |
-
Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
|
| 17 |
-
|
| 18 |
-
Splits: validation `2016-01-03 00:00:00`, test `2016-01-04 00:00:00` (rows up to a split's timestamp are the inputs for that split).
|
| 19 |
-
|
| 20 |
## Tasks
|
| 21 |
|
| 22 |
| task | kind | type | description |
|
|
@@ -29,8 +18,6 @@ Splits: validation `2016-01-03 00:00:00`, test `2016-01-04 00:00:00` (rows up to
|
|
| 29 |
|
| 30 |
```python
|
| 31 |
import relbench
|
| 32 |
-
ds = relbench.load_dataset("dbinfer-amazon")
|
| 33 |
-
task = relbench.load_task("dbinfer-amazon", "<task>")
|
| 34 |
```
|
| 35 |
-
|
| 36 |
-
Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# dbinfer-amazon
|
| 2 |
|
| 3 |
Amazon from the 4DBInfer benchmark: a large product-review dataset linking users, products and reviews, used for rating prediction and user purchase/churn prediction.
|
|
|
|
| 6 |
|
| 7 |

|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
## Tasks
|
| 10 |
|
| 11 |
| task | kind | type | description |
|
|
|
|
| 18 |
|
| 19 |
```python
|
| 20 |
import relbench
|
| 21 |
+
ds = relbench.load_dataset("relbench/dbinfer/dbinfer-amazon")
|
| 22 |
+
task = relbench.load_task("relbench/dbinfer/dbinfer-amazon", "<task>")
|
| 23 |
```
|
|
|
|
|
|
dbinfer-amazon/schema.svg
CHANGED
|
|
|
|
dbinfer-avs/README.md
CHANGED
|
@@ -1,10 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
tags:
|
| 3 |
-
- relbench
|
| 4 |
-
- relational-deep-learning
|
| 5 |
-
pretty_name: dbinfer-avs
|
| 6 |
-
---
|
| 7 |
-
|
| 8 |
# dbinfer-avs
|
| 9 |
|
| 10 |
Acquire Valued Shoppers (AVS) from the 4DBInfer benchmark: a retail dataset of customer transaction histories and promotional offers, used to predict shopper behavior such as offer repeat purchases.
|
|
@@ -13,10 +6,6 @@ Acquire Valued Shoppers (AVS) from the 4DBInfer benchmark: a retail dataset of c
|
|
| 13 |
|
| 14 |

|
| 15 |
|
| 16 |
-
Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
|
| 17 |
-
|
| 18 |
-
Splits: validation `2013-07-30 00:00:00`, test `2013-07-31 00:00:00` (rows up to a split's timestamp are the inputs for that split).
|
| 19 |
-
|
| 20 |
## Tasks
|
| 21 |
|
| 22 |
| task | kind | type | description |
|
|
@@ -27,8 +16,6 @@ Splits: validation `2013-07-30 00:00:00`, test `2013-07-31 00:00:00` (rows up to
|
|
| 27 |
|
| 28 |
```python
|
| 29 |
import relbench
|
| 30 |
-
ds = relbench.load_dataset("dbinfer-avs")
|
| 31 |
-
task = relbench.load_task("dbinfer-avs", "<task>")
|
| 32 |
```
|
| 33 |
-
|
| 34 |
-
Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# dbinfer-avs
|
| 2 |
|
| 3 |
Acquire Valued Shoppers (AVS) from the 4DBInfer benchmark: a retail dataset of customer transaction histories and promotional offers, used to predict shopper behavior such as offer repeat purchases.
|
|
|
|
| 6 |
|
| 7 |

|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
## Tasks
|
| 10 |
|
| 11 |
| task | kind | type | description |
|
|
|
|
| 16 |
|
| 17 |
```python
|
| 18 |
import relbench
|
| 19 |
+
ds = relbench.load_dataset("relbench/dbinfer/dbinfer-avs")
|
| 20 |
+
task = relbench.load_task("relbench/dbinfer/dbinfer-avs", "<task>")
|
| 21 |
```
|
|
|
|
|
|
dbinfer-avs/schema.svg
CHANGED
|
|
|
|
dbinfer-diginetica/README.md
CHANGED
|
@@ -1,10 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
tags:
|
| 3 |
-
- relbench
|
| 4 |
-
- relational-deep-learning
|
| 5 |
-
pretty_name: dbinfer-diginetica
|
| 6 |
-
---
|
| 7 |
-
|
| 8 |
# dbinfer-diginetica
|
| 9 |
|
| 10 |
Diginetica from the 4DBInfer benchmark: an e-commerce dataset of user browsing and purchasing sessions over a product catalog (CIKM Cup 2016), used for click-through-rate and purchase prediction.
|
|
@@ -13,10 +6,6 @@ Diginetica from the 4DBInfer benchmark: an e-commerce dataset of user browsing a
|
|
| 13 |
|
| 14 |

|
| 15 |
|
| 16 |
-
Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
|
| 17 |
-
|
| 18 |
-
Splits: validation `2016-11-11 00:00:00`, test `2016-11-12 00:00:00` (rows up to a split's timestamp are the inputs for that split).
|
| 19 |
-
|
| 20 |
## Tasks
|
| 21 |
|
| 22 |
| task | kind | type | description |
|
|
@@ -28,8 +17,6 @@ Splits: validation `2016-11-11 00:00:00`, test `2016-11-12 00:00:00` (rows up to
|
|
| 28 |
|
| 29 |
```python
|
| 30 |
import relbench
|
| 31 |
-
ds = relbench.load_dataset("dbinfer-diginetica")
|
| 32 |
-
task = relbench.load_task("dbinfer-diginetica", "<task>")
|
| 33 |
```
|
| 34 |
-
|
| 35 |
-
Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# dbinfer-diginetica
|
| 2 |
|
| 3 |
Diginetica from the 4DBInfer benchmark: an e-commerce dataset of user browsing and purchasing sessions over a product catalog (CIKM Cup 2016), used for click-through-rate and purchase prediction.
|
|
|
|
| 6 |
|
| 7 |

|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
## Tasks
|
| 10 |
|
| 11 |
| task | kind | type | description |
|
|
|
|
| 17 |
|
| 18 |
```python
|
| 19 |
import relbench
|
| 20 |
+
ds = relbench.load_dataset("relbench/dbinfer/dbinfer-diginetica")
|
| 21 |
+
task = relbench.load_task("relbench/dbinfer/dbinfer-diginetica", "<task>")
|
| 22 |
```
|
|
|
|
|
|
dbinfer-diginetica/schema.svg
CHANGED
|
|
|
|
dbinfer-outbrain-small/README.md
CHANGED
|
@@ -1,10 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
tags:
|
| 3 |
-
- relbench
|
| 4 |
-
- relational-deep-learning
|
| 5 |
-
pretty_name: dbinfer-outbrain-small
|
| 6 |
-
---
|
| 7 |
-
|
| 8 |
# dbinfer-outbrain-small
|
| 9 |
|
| 10 |
Outbrain (small) from the 4DBInfer benchmark: a content-recommendation dataset of document page views and promoted-content displays/clicks, used for click-through-rate prediction.
|
|
@@ -13,10 +6,6 @@ Outbrain (small) from the 4DBInfer benchmark: a content-recommendation dataset o
|
|
| 13 |
|
| 14 |

|
| 15 |
|
| 16 |
-
Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
|
| 17 |
-
|
| 18 |
-
Splits: validation `2016-09-03 00:00:00`, test `2016-09-04 00:00:00` (rows up to a split's timestamp are the inputs for that split).
|
| 19 |
-
|
| 20 |
## Tasks
|
| 21 |
|
| 22 |
| task | kind | type | description |
|
|
@@ -27,8 +16,6 @@ Splits: validation `2016-09-03 00:00:00`, test `2016-09-04 00:00:00` (rows up to
|
|
| 27 |
|
| 28 |
```python
|
| 29 |
import relbench
|
| 30 |
-
ds = relbench.load_dataset("dbinfer-outbrain-small")
|
| 31 |
-
task = relbench.load_task("dbinfer-outbrain-small", "<task>")
|
| 32 |
```
|
| 33 |
-
|
| 34 |
-
Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# dbinfer-outbrain-small
|
| 2 |
|
| 3 |
Outbrain (small) from the 4DBInfer benchmark: a content-recommendation dataset of document page views and promoted-content displays/clicks, used for click-through-rate prediction.
|
|
|
|
| 6 |
|
| 7 |

|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
## Tasks
|
| 10 |
|
| 11 |
| task | kind | type | description |
|
|
|
|
| 16 |
|
| 17 |
```python
|
| 18 |
import relbench
|
| 19 |
+
ds = relbench.load_dataset("relbench/dbinfer/dbinfer-outbrain-small")
|
| 20 |
+
task = relbench.load_task("relbench/dbinfer/dbinfer-outbrain-small", "<task>")
|
| 21 |
```
|
|
|
|
|
|
dbinfer-outbrain-small/schema.svg
CHANGED
|
|
|
|
dbinfer-retailrocket/README.md
CHANGED
|
@@ -1,10 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
tags:
|
| 3 |
-
- relbench
|
| 4 |
-
- relational-deep-learning
|
| 5 |
-
pretty_name: dbinfer-retailrocket
|
| 6 |
-
---
|
| 7 |
-
|
| 8 |
# dbinfer-retailrocket
|
| 9 |
|
| 10 |
RetailRocket from the 4DBInfer benchmark: an e-commerce dataset of visitor events (views, add-to-cart, transactions) over an item catalog, used to predict conversion (whether a viewed item is later purchased).
|
|
@@ -13,10 +6,6 @@ RetailRocket from the 4DBInfer benchmark: an e-commerce dataset of visitor event
|
|
| 13 |
|
| 14 |

|
| 15 |
|
| 16 |
-
Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
|
| 17 |
-
|
| 18 |
-
Splits: validation `2015-09-20 00:00:00`, test `2015-09-21 00:00:00` (rows up to a split's timestamp are the inputs for that split).
|
| 19 |
-
|
| 20 |
## Tasks
|
| 21 |
|
| 22 |
| task | kind | type | description |
|
|
@@ -27,8 +16,6 @@ Splits: validation `2015-09-20 00:00:00`, test `2015-09-21 00:00:00` (rows up to
|
|
| 27 |
|
| 28 |
```python
|
| 29 |
import relbench
|
| 30 |
-
ds = relbench.load_dataset("dbinfer-retailrocket")
|
| 31 |
-
task = relbench.load_task("dbinfer-retailrocket", "<task>")
|
| 32 |
```
|
| 33 |
-
|
| 34 |
-
Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# dbinfer-retailrocket
|
| 2 |
|
| 3 |
RetailRocket from the 4DBInfer benchmark: an e-commerce dataset of visitor events (views, add-to-cart, transactions) over an item catalog, used to predict conversion (whether a viewed item is later purchased).
|
|
|
|
| 6 |
|
| 7 |

|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
## Tasks
|
| 10 |
|
| 11 |
| task | kind | type | description |
|
|
|
|
| 16 |
|
| 17 |
```python
|
| 18 |
import relbench
|
| 19 |
+
ds = relbench.load_dataset("relbench/dbinfer/dbinfer-retailrocket")
|
| 20 |
+
task = relbench.load_task("relbench/dbinfer/dbinfer-retailrocket", "<task>")
|
| 21 |
```
|
|
|
|
|
|
dbinfer-retailrocket/schema.svg
CHANGED
|
|
|
|
dbinfer-seznam/README.md
CHANGED
|
@@ -1,10 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
tags:
|
| 3 |
-
- relbench
|
| 4 |
-
- relational-deep-learning
|
| 5 |
-
pretty_name: dbinfer-seznam
|
| 6 |
-
---
|
| 7 |
-
|
| 8 |
# dbinfer-seznam
|
| 9 |
|
| 10 |
Seznam from the 4DBInfer benchmark: a digital-advertising dataset from the Seznam.cz search engine, containing client prepaid-account charges and transactions, used to predict account charging/prepayment behavior.
|
|
@@ -13,10 +6,6 @@ Seznam from the 4DBInfer benchmark: a digital-advertising dataset from the Sezna
|
|
| 13 |
|
| 14 |

|
| 15 |
|
| 16 |
-
Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
|
| 17 |
-
|
| 18 |
-
Splits: validation `2015-10-03 00:00:00`, test `2015-10-04 00:00:00` (rows up to a split's timestamp are the inputs for that split).
|
| 19 |
-
|
| 20 |
## Tasks
|
| 21 |
|
| 22 |
| task | kind | type | description |
|
|
@@ -28,8 +17,6 @@ Splits: validation `2015-10-03 00:00:00`, test `2015-10-04 00:00:00` (rows up to
|
|
| 28 |
|
| 29 |
```python
|
| 30 |
import relbench
|
| 31 |
-
ds = relbench.load_dataset("dbinfer-seznam")
|
| 32 |
-
task = relbench.load_task("dbinfer-seznam", "<task>")
|
| 33 |
```
|
| 34 |
-
|
| 35 |
-
Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# dbinfer-seznam
|
| 2 |
|
| 3 |
Seznam from the 4DBInfer benchmark: a digital-advertising dataset from the Seznam.cz search engine, containing client prepaid-account charges and transactions, used to predict account charging/prepayment behavior.
|
|
|
|
| 6 |
|
| 7 |

|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
## Tasks
|
| 10 |
|
| 11 |
| task | kind | type | description |
|
|
|
|
| 17 |
|
| 18 |
```python
|
| 19 |
import relbench
|
| 20 |
+
ds = relbench.load_dataset("relbench/dbinfer/dbinfer-seznam")
|
| 21 |
+
task = relbench.load_task("relbench/dbinfer/dbinfer-seznam", "<task>")
|
| 22 |
```
|
|
|
|
|
|
dbinfer-seznam/schema.svg
CHANGED
|
|
|
|
dbinfer-stackexchange/README.md
CHANGED
|
@@ -1,10 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
-
tags:
|
| 3 |
-
- relbench
|
| 4 |
-
- relational-deep-learning
|
| 5 |
-
pretty_name: dbinfer-stackexchange
|
| 6 |
-
---
|
| 7 |
-
|
| 8 |
# dbinfer-stackexchange
|
| 9 |
|
| 10 |
StackExchange from the 4DBInfer benchmark: a community-Q&A dataset of users, posts, votes and badges, used to predict user churn and post upvotes.
|
|
@@ -13,10 +6,6 @@ StackExchange from the 4DBInfer benchmark: a community-Q&A dataset of users, pos
|
|
| 13 |
|
| 14 |

|
| 15 |
|
| 16 |
-
Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
|
| 17 |
-
|
| 18 |
-
Splits: validation `2023-09-05 00:00:00`, test `2023-09-06 00:00:00` (rows up to a split's timestamp are the inputs for that split).
|
| 19 |
-
|
| 20 |
## Tasks
|
| 21 |
|
| 22 |
| task | kind | type | description |
|
|
@@ -28,8 +17,6 @@ Splits: validation `2023-09-05 00:00:00`, test `2023-09-06 00:00:00` (rows up to
|
|
| 28 |
|
| 29 |
```python
|
| 30 |
import relbench
|
| 31 |
-
ds = relbench.load_dataset("dbinfer-stackexchange")
|
| 32 |
-
task = relbench.load_task("dbinfer-stackexchange", "<task>")
|
| 33 |
```
|
| 34 |
-
|
| 35 |
-
Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# dbinfer-stackexchange
|
| 2 |
|
| 3 |
StackExchange from the 4DBInfer benchmark: a community-Q&A dataset of users, posts, votes and badges, used to predict user churn and post upvotes.
|
|
|
|
| 6 |
|
| 7 |

|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
## Tasks
|
| 10 |
|
| 11 |
| task | kind | type | description |
|
|
|
|
| 17 |
|
| 18 |
```python
|
| 19 |
import relbench
|
| 20 |
+
ds = relbench.load_dataset("relbench/dbinfer/dbinfer-stackexchange")
|
| 21 |
+
task = relbench.load_task("relbench/dbinfer/dbinfer-stackexchange", "<task>")
|
| 22 |
```
|
|
|
|
|
|
dbinfer-stackexchange/schema.svg
CHANGED
|
|
|
|