rishabh-ranjan commited on
Commit
ff91b03
·
verified ·
1 Parent(s): ffa553f

dbinfer-amazon: refresh ER schema diagram + dataset card

Browse files
dbinfer-amazon/README.md CHANGED
@@ -13,7 +13,7 @@ Amazon from the 4DBInfer benchmark: a large product-review dataset linking users
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table lists all of its columns and types, with primary keys, foreign keys, and the foreign-key edges 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
 
@@ -21,9 +21,9 @@ Splits: validation `2016-01-03 00:00:00`, test `2016-01-04 00:00:00` (rows up to
21
 
22
  | task | kind | type | description |
23
  |---|---|---|---|
24
- | `rating` | external | multiclass_classification | Predict the star rating a user gives a product. |
25
- | `purchase` | external | multiclass_classification | Predict whether a user purchases a product. |
26
  | `churn` | external | binary_classification | Predict whether a user churns (stops purchasing). |
 
 
27
 
28
  ## Loading
29
 
 
13
 
14
  ![schema diagram](schema.svg)
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
 
 
21
 
22
  | task | kind | type | description |
23
  |---|---|---|---|
 
 
24
  | `churn` | external | binary_classification | Predict whether a user churns (stops purchasing). |
25
+ | `purchase` | external | multiclass_classification | Predict whether a user purchases a product. |
26
+ | `rating` | external | multiclass_classification | Predict the star rating a user gives a product. |
27
 
28
  ## Loading
29
 
dbinfer-amazon/schema.svg CHANGED