Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Size:
< 1K
ArXiv:
License:
rishabh-ranjan commited on
Commit
4e5fded
·
verified ·
1 Parent(s): 39ac9e6

Refresh ER schema diagrams (1-71 of 71)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. ctu-accidents/README.md +2 -15
  2. ctu-accidents/schema.svg +205 -205
  3. ctu-adventureworks/README.md +2 -15
  4. ctu-adventureworks/schema.svg +0 -0
  5. ctu-airline/README.md +2 -15
  6. ctu-airline/schema.svg +0 -0
  7. ctu-atherosclerosis/README.md +2 -15
  8. ctu-atherosclerosis/schema.svg +0 -0
  9. ctu-basketballmen/README.md +2 -15
  10. ctu-basketballmen/schema.svg +0 -0
  11. ctu-basketballwomen/README.md +2 -15
  12. ctu-basketballwomen/schema.svg +0 -0
  13. ctu-biodegradability/README.md +2 -15
  14. ctu-biodegradability/schema.svg +111 -111
  15. ctu-bupa/README.md +2 -15
  16. ctu-bupa/schema.svg +178 -178
  17. ctu-carcinogenesis/README.md +2 -15
  18. ctu-carcinogenesis/schema.svg +183 -183
  19. ctu-cde/README.md +2 -15
  20. ctu-cde/schema.svg +0 -0
  21. ctu-chess/README.md +2 -15
  22. ctu-chess/schema.svg +195 -195
  23. ctu-classicmodels/README.md +2 -15
  24. ctu-classicmodels/schema.svg +318 -318
  25. ctu-cora/README.md +2 -15
  26. ctu-cora/schema.svg +61 -61
  27. ctu-countries/README.md +2 -15
  28. ctu-countries/schema.svg +305 -305
  29. ctu-craftbeer/README.md +2 -15
  30. ctu-craftbeer/schema.svg +59 -59
  31. ctu-credit/README.md +2 -15
  32. ctu-credit/schema.svg +0 -0
  33. ctu-dallas/README.md +2 -15
  34. ctu-dallas/schema.svg +140 -140
  35. ctu-dcg/README.md +2 -15
  36. ctu-dcg/schema.svg +39 -39
  37. ctu-diabetes/README.md +2 -15
  38. ctu-diabetes/schema.svg +60 -60
  39. ctu-dunur/README.md +2 -15
  40. ctu-dunur/schema.svg +0 -0
  41. ctu-elti/README.md +2 -15
  42. ctu-elti/schema.svg +274 -274
  43. ctu-employee/README.md +2 -15
  44. ctu-employee/schema.svg +144 -144
  45. ctu-ergastf1/README.md +2 -15
  46. ctu-ergastf1/schema.svg +0 -0
  47. ctu-expenditures/README.md +2 -15
  48. ctu-expenditures/schema.svg +120 -120
  49. ctu-financial/README.md +2 -15
  50. ctu-financial/schema.svg +294 -294
ctu-accidents/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-accidents
6
- ---
7
-
8
  # ctu-accidents
9
 
10
  Traffic accident database consists of all accidents that happened in Slovenia's capital city Ljubljana between the years 1995 and 2006. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ Traffic accident database consists of all accidents that happened in Slovenia's
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 `2004-03-01 00:00:00`, test `2005-03-01 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 `2004-03-01 00:00:00`, test `2005-03-01 00:00:00` (rows up to
28
 
29
  ```python
30
  import relbench
31
- ds = relbench.load_dataset("ctu-accidents")
32
- task = relbench.load_task("ctu-accidents", "<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
  # ctu-accidents
2
 
3
  Traffic accident database consists of all accidents that happened in Slovenia's capital city Ljubljana between the years 1995 and 2006. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
17
 
18
  ```python
19
  import relbench
20
+ ds = relbench.load_dataset("relbench/redelex/ctu-accidents")
21
+ task = relbench.load_task("relbench/redelex/ctu-accidents", "<task>")
22
  ```
 
 
ctu-accidents/schema.svg CHANGED
ctu-adventureworks/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-adventureworks
6
- ---
7
-
8
  # ctu-adventureworks
9
 
10
  Adventure Works 2014 (OLTP version) is a sample database for Microsoft SQL Server, which has replaced Northwind and Pub sample databases that were shipped earlier. The database is about a fictious, multinational bicycle manufacturer called Adventure Works Cycles. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ Adventure Works 2014 (OLTP version) is a sample database for Microsoft SQL Serve
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 `2014-03-01 00:00:00`, test `2014-05-01 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 `2014-03-01 00:00:00`, test `2014-05-01 00:00:00` (rows up to
28
 
29
  ```python
30
  import relbench
31
- ds = relbench.load_dataset("ctu-adventureworks")
32
- task = relbench.load_task("ctu-adventureworks", "<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
  # ctu-adventureworks
2
 
3
  Adventure Works 2014 (OLTP version) is a sample database for Microsoft SQL Server, which has replaced Northwind and Pub sample databases that were shipped earlier. The database is about a fictious, multinational bicycle manufacturer called Adventure Works Cycles. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
17
 
18
  ```python
19
  import relbench
20
+ ds = relbench.load_dataset("relbench/redelex/ctu-adventureworks")
21
+ task = relbench.load_task("relbench/redelex/ctu-adventureworks", "<task>")
22
  ```
 
 
ctu-adventureworks/schema.svg CHANGED
ctu-airline/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-airline
6
- ---
7
-
8
  # ctu-airline
9
 
10
  Airline on-time data are reported each month to the U.S. Department of Transportation (DOT), Bureau of Transportation Statistics (BTS) by the 16 U.S. air carriers that have at least 1 percent of total domestic scheduled-service passenger revenues, plus two other carriers that report voluntarily. The data cover nonstop scheduled-service flights between points within the United States (including territories) as described in 14 CFR Part 234 of DOT's regulations. Data are available since January 1995. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ Airline on-time data are reported each month to the U.S. Department of Transport
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-18 00:00:00`, test `2016-01-25 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-01-18 00:00:00`, test `2016-01-25 00:00:00` (rows up to
28
 
29
  ```python
30
  import relbench
31
- ds = relbench.load_dataset("ctu-airline")
32
- task = relbench.load_task("ctu-airline", "<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
  # ctu-airline
2
 
3
  Airline on-time data are reported each month to the U.S. Department of Transportation (DOT), Bureau of Transportation Statistics (BTS) by the 16 U.S. air carriers that have at least 1 percent of total domestic scheduled-service passenger revenues, plus two other carriers that report voluntarily. The data cover nonstop scheduled-service flights between points within the United States (including territories) as described in 14 CFR Part 234 of DOT's regulations. Data are available since January 1995. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
17
 
18
  ```python
19
  import relbench
20
+ ds = relbench.load_dataset("relbench/redelex/ctu-airline")
21
+ task = relbench.load_task("relbench/redelex/ctu-airline", "<task>")
22
  ```
 
 
ctu-airline/schema.svg CHANGED
ctu-atherosclerosis/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-atherosclerosis
6
- ---
7
-
8
  # ctu-atherosclerosis
9
 
10
  The study STULONG is a longitudinal 20 years lasting primary preventive study of middle-aged men. The study aims to identify prevalence of atherosclerosis RFs in a population generally considered to be the most endangered by possible atherosclerosis complications, i.e., middle-aged men. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ The study STULONG is a longitudinal 20 years lasting primary preventive study of
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 `2262-04-11`, test `2262-04-11` (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 `2262-04-11`, test `2262-04-11` (rows up to a split's timesta
27
 
28
  ```python
29
  import relbench
30
- ds = relbench.load_dataset("ctu-atherosclerosis")
31
- task = relbench.load_task("ctu-atherosclerosis", "<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
  # ctu-atherosclerosis
2
 
3
  The study STULONG is a longitudinal 20 years lasting primary preventive study of middle-aged men. The study aims to identify prevalence of atherosclerosis RFs in a population generally considered to be the most endangered by possible atherosclerosis complications, i.e., middle-aged men. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
16
 
17
  ```python
18
  import relbench
19
+ ds = relbench.load_dataset("relbench/redelex/ctu-atherosclerosis")
20
+ task = relbench.load_task("relbench/redelex/ctu-atherosclerosis", "<task>")
21
  ```
 
 
ctu-atherosclerosis/schema.svg CHANGED
ctu-basketballmen/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-basketballmen
6
- ---
7
-
8
  # ctu-basketballmen
9
 
10
  CTU relational dataset 'basketballmen' from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ CTU relational dataset 'basketballmen' from the CTU Prague Relational Learning R
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 `2262-04-11`, test `2262-04-11` (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 `2262-04-11`, test `2262-04-11` (rows up to a split's timesta
27
 
28
  ```python
29
  import relbench
30
- ds = relbench.load_dataset("ctu-basketballmen")
31
- task = relbench.load_task("ctu-basketballmen", "<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
  # ctu-basketballmen
2
 
3
  CTU relational dataset 'basketballmen' from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
16
 
17
  ```python
18
  import relbench
19
+ ds = relbench.load_dataset("relbench/redelex/ctu-basketballmen")
20
+ task = relbench.load_task("relbench/redelex/ctu-basketballmen", "<task>")
21
  ```
 
 
ctu-basketballmen/schema.svg CHANGED
ctu-basketballwomen/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-basketballwomen
6
- ---
7
-
8
  # ctu-basketballwomen
9
 
10
  CTU relational dataset 'basketballwomen' from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ CTU relational dataset 'basketballwomen' from the CTU Prague Relational Learning
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 `2262-04-11`, test `2262-04-11` (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 `2262-04-11`, test `2262-04-11` (rows up to a split's timesta
27
 
28
  ```python
29
  import relbench
30
- ds = relbench.load_dataset("ctu-basketballwomen")
31
- task = relbench.load_task("ctu-basketballwomen", "<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
  # ctu-basketballwomen
2
 
3
  CTU relational dataset 'basketballwomen' from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
16
 
17
  ```python
18
  import relbench
19
+ ds = relbench.load_dataset("relbench/redelex/ctu-basketballwomen")
20
+ task = relbench.load_task("relbench/redelex/ctu-basketballwomen", "<task>")
21
  ```
 
 
ctu-basketballwomen/schema.svg CHANGED
ctu-biodegradability/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-biodegradability
6
- ---
7
-
8
  # ctu-biodegradability
9
 
10
  This is an older data set of chemical structures containing 328 compounds labeled by their half-life for aerobic aqueous biodegradation. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ This is an older data set of chemical structures containing 328 compounds labele
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 `2262-04-11`, test `2262-04-11` (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 `2262-04-11`, test `2262-04-11` (rows up to a split's timesta
27
 
28
  ```python
29
  import relbench
30
- ds = relbench.load_dataset("ctu-biodegradability")
31
- task = relbench.load_task("ctu-biodegradability", "<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
  # ctu-biodegradability
2
 
3
  This is an older data set of chemical structures containing 328 compounds labeled by their half-life for aerobic aqueous biodegradation. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
16
 
17
  ```python
18
  import relbench
19
+ ds = relbench.load_dataset("relbench/redelex/ctu-biodegradability")
20
+ task = relbench.load_task("relbench/redelex/ctu-biodegradability", "<task>")
21
  ```
 
 
ctu-biodegradability/schema.svg CHANGED
ctu-bupa/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-bupa
6
- ---
7
-
8
  # ctu-bupa
9
 
10
  Evaluation of patients on liver disorder. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ Evaluation of patients on liver disorder. Sourced from the CTU Prague Relational
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 `2262-04-11`, test `2262-04-11` (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 `2262-04-11`, test `2262-04-11` (rows up to a split's timesta
27
 
28
  ```python
29
  import relbench
30
- ds = relbench.load_dataset("ctu-bupa")
31
- task = relbench.load_task("ctu-bupa", "<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
  # ctu-bupa
2
 
3
  Evaluation of patients on liver disorder. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
16
 
17
  ```python
18
  import relbench
19
+ ds = relbench.load_dataset("relbench/redelex/ctu-bupa")
20
+ task = relbench.load_task("relbench/redelex/ctu-bupa", "<task>")
21
  ```
 
 
ctu-bupa/schema.svg CHANGED
ctu-carcinogenesis/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-carcinogenesis
6
- ---
7
-
8
  # ctu-carcinogenesis
9
 
10
  For prediction of whether a given molecule is carcinogenic or not. The dataset contains 182 positive carcinogenicity tests and 148 negative tests. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ For prediction of whether a given molecule is carcinogenic or not. The dataset c
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 `2262-04-11`, test `2262-04-11` (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 `2262-04-11`, test `2262-04-11` (rows up to a split's timesta
27
 
28
  ```python
29
  import relbench
30
- ds = relbench.load_dataset("ctu-carcinogenesis")
31
- task = relbench.load_task("ctu-carcinogenesis", "<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
  # ctu-carcinogenesis
2
 
3
  For prediction of whether a given molecule is carcinogenic or not. The dataset contains 182 positive carcinogenicity tests and 148 negative tests. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
16
 
17
  ```python
18
  import relbench
19
+ ds = relbench.load_dataset("relbench/redelex/ctu-carcinogenesis")
20
+ task = relbench.load_task("relbench/redelex/ctu-carcinogenesis", "<task>")
21
  ```
 
 
ctu-carcinogenesis/schema.svg CHANGED
ctu-cde/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-cde
6
- ---
7
-
8
  # ctu-cde
9
 
10
  A database containing geospatial information, as well as SAT average scores and Free-or-Reduced-Price Meal eligibility data, for California schools. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ A database containing geospatial information, as well as SAT average scores and
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 `2262-04-11`, test `2262-04-11` (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 `2262-04-11`, test `2262-04-11` (rows up to a split's timesta
27
 
28
  ```python
29
  import relbench
30
- ds = relbench.load_dataset("ctu-cde")
31
- task = relbench.load_task("ctu-cde", "<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
  # ctu-cde
2
 
3
  A database containing geospatial information, as well as SAT average scores and Free-or-Reduced-Price Meal eligibility data, for California schools. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
16
 
17
  ```python
18
  import relbench
19
+ ds = relbench.load_dataset("relbench/redelex/ctu-cde")
20
+ task = relbench.load_task("relbench/redelex/ctu-cde", "<task>")
21
  ```
 
 
ctu-cde/schema.svg CHANGED
ctu-chess/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-chess
6
- ---
7
-
8
  # ctu-chess
9
 
10
  CTU relational dataset 'chess' from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ CTU relational dataset 'chess' from the CTU Prague Relational Learning Repositor
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 `2262-04-11`, test `2262-04-11` (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 `2262-04-11`, test `2262-04-11` (rows up to a split's timesta
27
 
28
  ```python
29
  import relbench
30
- ds = relbench.load_dataset("ctu-chess")
31
- task = relbench.load_task("ctu-chess", "<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
  # ctu-chess
2
 
3
  CTU relational dataset 'chess' from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
16
 
17
  ```python
18
  import relbench
19
+ ds = relbench.load_dataset("relbench/redelex/ctu-chess")
20
+ task = relbench.load_task("relbench/redelex/ctu-chess", "<task>")
21
  ```
 
 
ctu-chess/schema.svg CHANGED
ctu-classicmodels/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-classicmodels
6
- ---
7
-
8
  # ctu-classicmodels
9
 
10
  The schema is for Classic Models, a retailer of scale models of classic cars. The database contains typical business data such as customers, orders, order line items, products and so on. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ The schema is for Classic Models, a retailer of scale models of classic cars. Th
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 `2004-11-01 00:00:00`, test `2005-02-01 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 `2004-11-01 00:00:00`, test `2005-02-01 00:00:00` (rows up to
28
 
29
  ```python
30
  import relbench
31
- ds = relbench.load_dataset("ctu-classicmodels")
32
- task = relbench.load_task("ctu-classicmodels", "<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
  # ctu-classicmodels
2
 
3
  The schema is for Classic Models, a retailer of scale models of classic cars. The database contains typical business data such as customers, orders, order line items, products and so on. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
17
 
18
  ```python
19
  import relbench
20
+ ds = relbench.load_dataset("relbench/redelex/ctu-classicmodels")
21
+ task = relbench.load_task("relbench/redelex/ctu-classicmodels", "<task>")
22
  ```
 
 
ctu-classicmodels/schema.svg CHANGED
ctu-cora/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-cora
6
- ---
7
-
8
  # ctu-cora
9
 
10
  The Cora dataset consists of 2708 scientific publications classified into one of seven classes. The citation network consists of 5429 links. Each publication in the dataset is described by a 0/1-valued word vector indicating the absence/presence of the corresponding word from the dictionary. The dictionary consists of 1433 unique words. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ The Cora dataset consists of 2708 scientific publications classified into one of
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 `2262-04-11`, test `2262-04-11` (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 `2262-04-11`, test `2262-04-11` (rows up to a split's timesta
27
 
28
  ```python
29
  import relbench
30
- ds = relbench.load_dataset("ctu-cora")
31
- task = relbench.load_task("ctu-cora", "<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
  # ctu-cora
2
 
3
  The Cora dataset consists of 2708 scientific publications classified into one of seven classes. The citation network consists of 5429 links. Each publication in the dataset is described by a 0/1-valued word vector indicating the absence/presence of the corresponding word from the dictionary. The dictionary consists of 1433 unique words. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
16
 
17
  ```python
18
  import relbench
19
+ ds = relbench.load_dataset("relbench/redelex/ctu-cora")
20
+ task = relbench.load_task("relbench/redelex/ctu-cora", "<task>")
21
  ```
 
 
ctu-cora/schema.svg CHANGED
ctu-countries/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-countries
6
- ---
7
-
8
  # ctu-countries
9
 
10
  Data of forest area for 247 countries. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ Data of forest area for 247 countries. Sourced from the CTU Prague Relational Le
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 `2262-04-11`, test `2262-04-11` (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 `2262-04-11`, test `2262-04-11` (rows up to a split's timesta
27
 
28
  ```python
29
  import relbench
30
- ds = relbench.load_dataset("ctu-countries")
31
- task = relbench.load_task("ctu-countries", "<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
  # ctu-countries
2
 
3
  Data of forest area for 247 countries. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
16
 
17
  ```python
18
  import relbench
19
+ ds = relbench.load_dataset("relbench/redelex/ctu-countries")
20
+ task = relbench.load_task("relbench/redelex/ctu-countries", "<task>")
21
  ```
 
 
ctu-countries/schema.svg CHANGED
ctu-craftbeer/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-craftbeer
6
- ---
7
-
8
  # ctu-craftbeer
9
 
10
  Craft beers labeled by styles and composition. A separate dataset lists breweries by state. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ Craft beers labeled by styles and composition. A separate dataset lists brewerie
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 `2262-04-11`, test `2262-04-11` (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 `2262-04-11`, test `2262-04-11` (rows up to a split's timesta
27
 
28
  ```python
29
  import relbench
30
- ds = relbench.load_dataset("ctu-craftbeer")
31
- task = relbench.load_task("ctu-craftbeer", "<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
  # ctu-craftbeer
2
 
3
  Craft beers labeled by styles and composition. A separate dataset lists breweries by state. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
16
 
17
  ```python
18
  import relbench
19
+ ds = relbench.load_dataset("relbench/redelex/ctu-craftbeer")
20
+ task = relbench.load_task("relbench/redelex/ctu-craftbeer", "<task>")
21
  ```
 
 
ctu-craftbeer/schema.svg CHANGED
ctu-credit/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-credit
6
- ---
7
-
8
  # ctu-credit
9
 
10
  A bit more complex artificial database with loops. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,16 +6,10 @@ A bit more complex artificial database with loops. Sourced from the CTU Prague R
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 `1999-09-01 00:00:00`, test `1999-10-01 00:00:00` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("ctu-credit")
25
- task = relbench.load_task("ctu-credit", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # ctu-credit
2
 
3
  A bit more complex artificial database with loops. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/redelex/ctu-credit")
14
+ task = relbench.load_task("relbench/redelex/ctu-credit", "<task>")
15
  ```
 
 
ctu-credit/schema.svg CHANGED
ctu-dallas/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-dallas
6
- ---
7
-
8
  # ctu-dallas
9
 
10
  Officer-involved shootings as disclosed by the Dallas Police Department. Includes separate tables for officer and subject/suspect information. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ Officer-involved shootings as disclosed by the Dallas Police Department. Include
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 `2014-01-01 00:00:00`, test `2015-01-01 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 `2014-01-01 00:00:00`, test `2015-01-01 00:00:00` (rows up to
28
 
29
  ```python
30
  import relbench
31
- ds = relbench.load_dataset("ctu-dallas")
32
- task = relbench.load_task("ctu-dallas", "<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
  # ctu-dallas
2
 
3
  Officer-involved shootings as disclosed by the Dallas Police Department. Includes separate tables for officer and subject/suspect information. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
17
 
18
  ```python
19
  import relbench
20
+ ds = relbench.load_dataset("relbench/redelex/ctu-dallas")
21
+ task = relbench.load_task("relbench/redelex/ctu-dallas", "<task>")
22
  ```
 
 
ctu-dallas/schema.svg CHANGED
ctu-dcg/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-dcg
6
- ---
7
-
8
  # ctu-dcg
9
 
10
  The set of positive examples consists of all sentences of up to seven words that can be generated by the DCG in Bratko's book (565 positive examples). The set of negative examples was generated by randomly selecting one word in each positive example and replacing it by a randomly selected word the leads to an incorrect sentence, according to the grammar (565 negative examples). Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ The set of positive examples consists of all sentences of up to seven words that
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 `2262-04-11`, test `2262-04-11` (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 `2262-04-11`, test `2262-04-11` (rows up to a split's timesta
27
 
28
  ```python
29
  import relbench
30
- ds = relbench.load_dataset("ctu-dcg")
31
- task = relbench.load_task("ctu-dcg", "<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
  # ctu-dcg
2
 
3
  The set of positive examples consists of all sentences of up to seven words that can be generated by the DCG in Bratko's book (565 positive examples). The set of negative examples was generated by randomly selecting one word in each positive example and replacing it by a randomly selected word the leads to an incorrect sentence, according to the grammar (565 negative examples). Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
16
 
17
  ```python
18
  import relbench
19
+ ds = relbench.load_dataset("relbench/redelex/ctu-dcg")
20
+ task = relbench.load_task("relbench/redelex/ctu-dcg", "<task>")
21
  ```
 
 
ctu-dcg/schema.svg CHANGED
ctu-diabetes/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-diabetes
6
- ---
7
-
8
  # ctu-diabetes
9
 
10
  The Diabetes dataset consists of 19717 scientific publications from PubMed database pertaining to diabetes classified into one of three classes. The citation network consists of 44338 links. Each publication in the dataset is described by a TF/IDF weighted word vector from a dictionary which consists of 500 unique words. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ The Diabetes dataset consists of 19717 scientific publications from PubMed datab
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 `2262-04-11`, test `2262-04-11` (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 `2262-04-11`, test `2262-04-11` (rows up to a split's timesta
27
 
28
  ```python
29
  import relbench
30
- ds = relbench.load_dataset("ctu-diabetes")
31
- task = relbench.load_task("ctu-diabetes", "<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
  # ctu-diabetes
2
 
3
  The Diabetes dataset consists of 19717 scientific publications from PubMed database pertaining to diabetes classified into one of three classes. The citation network consists of 44338 links. Each publication in the dataset is described by a TF/IDF weighted word vector from a dictionary which consists of 500 unique words. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
16
 
17
  ```python
18
  import relbench
19
+ ds = relbench.load_dataset("relbench/redelex/ctu-diabetes")
20
+ task = relbench.load_task("relbench/redelex/ctu-diabetes", "<task>")
21
  ```
 
 
ctu-diabetes/schema.svg CHANGED
ctu-dunur/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-dunur
6
- ---
7
-
8
  # ctu-dunur
9
 
10
  Dunur is a relatedness of two people due to marriage such that A is dunur of B if a child of A is married to a child of B. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,16 +6,10 @@ Dunur is a relatedness of two people due to marriage such that A is dunur of B i
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 `2262-04-11`, test `2262-04-11` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("ctu-dunur")
25
- task = relbench.load_task("ctu-dunur", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # ctu-dunur
2
 
3
  Dunur is a relatedness of two people due to marriage such that A is dunur of B if a child of A is married to a child of B. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/redelex/ctu-dunur")
14
+ task = relbench.load_task("relbench/redelex/ctu-dunur", "<task>")
15
  ```
 
 
ctu-dunur/schema.svg CHANGED
ctu-elti/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-elti
6
- ---
7
-
8
  # ctu-elti
9
 
10
  Elti is a relatedness of two people due to marriage such that A is elti of B if A's husband is a brother of B's husband. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,16 +6,10 @@ Elti is a relatedness of two people due to marriage such that A is elti of B if
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 `2262-04-11`, test `2262-04-11` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("ctu-elti")
25
- task = relbench.load_task("ctu-elti", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # ctu-elti
2
 
3
  Elti is a relatedness of two people due to marriage such that A is elti of B if A's husband is a brother of B's husband. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/redelex/ctu-elti")
14
+ task = relbench.load_task("relbench/redelex/ctu-elti", "<task>")
15
  ```
 
 
ctu-elti/schema.svg CHANGED
ctu-employee/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-employee
6
- ---
7
-
8
  # ctu-employee
9
 
10
  CTU relational dataset 'employee' from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ CTU relational dataset 'employee' from the CTU Prague Relational Learning Reposi
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 `2000-01-01 00:00:00`, test `2001-01-01 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 `2000-01-01 00:00:00`, test `2001-01-01 00:00:00` (rows up to
28
 
29
  ```python
30
  import relbench
31
- ds = relbench.load_dataset("ctu-employee")
32
- task = relbench.load_task("ctu-employee", "<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
  # ctu-employee
2
 
3
  CTU relational dataset 'employee' from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
17
 
18
  ```python
19
  import relbench
20
+ ds = relbench.load_dataset("relbench/redelex/ctu-employee")
21
+ task = relbench.load_task("relbench/redelex/ctu-employee", "<task>")
22
  ```
 
 
ctu-employee/schema.svg CHANGED
ctu-ergastf1/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-ergastf1
6
- ---
7
-
8
  # ctu-ergastf1
9
 
10
  Ergast.com is a webservice that provides a database of Formula 1 races, starting from the 1950 season until today. The dataset includes information such as the time taken in each lap, the time taken for pit stops, the performance in the qualifying rounds etc. of all Formula 1 races from 1950 to 2017. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ Ergast.com is a webservice that provides a database of Formula 1 races, starting
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 `2014-01-01 00:00:00`, test `2016-01-01 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 `2014-01-01 00:00:00`, test `2016-01-01 00:00:00` (rows up to
27
 
28
  ```python
29
  import relbench
30
- ds = relbench.load_dataset("ctu-ergastf1")
31
- task = relbench.load_task("ctu-ergastf1", "<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
  # ctu-ergastf1
2
 
3
  Ergast.com is a webservice that provides a database of Formula 1 races, starting from the 1950 season until today. The dataset includes information such as the time taken in each lap, the time taken for pit stops, the performance in the qualifying rounds etc. of all Formula 1 races from 1950 to 2017. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
16
 
17
  ```python
18
  import relbench
19
+ ds = relbench.load_dataset("relbench/redelex/ctu-ergastf1")
20
+ task = relbench.load_task("relbench/redelex/ctu-ergastf1", "<task>")
21
  ```
 
 
ctu-ergastf1/schema.svg CHANGED
ctu-expenditures/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-expenditures
6
- ---
7
-
8
  # ctu-expenditures
9
 
10
  The Consumer Expenditure Survey (CE) collects data on expenditures, income, and demographics in the United States. The public-use microdata (PUMD) files provide this information for individual respondents without any information that could identify respondents. PUMD files include adjustments for information that is missing because respondents were unwilling or unable to provide it. The files also have been adjusted to reduce the likelihood of identifying respondents, either directly or through inference. The task is to predict, whether the expenditure is a gift or not. Household ids change from year to year - this is a property of the data source. Original source: www.bls.gov Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ The Consumer Expenditure Survey (CE) collects data on expenditures, income, and
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 `2262-04-11`, test `2262-04-11` (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 `2262-04-11`, test `2262-04-11` (rows up to a split's timesta
27
 
28
  ```python
29
  import relbench
30
- ds = relbench.load_dataset("ctu-expenditures")
31
- task = relbench.load_task("ctu-expenditures", "<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
  # ctu-expenditures
2
 
3
  The Consumer Expenditure Survey (CE) collects data on expenditures, income, and demographics in the United States. The public-use microdata (PUMD) files provide this information for individual respondents without any information that could identify respondents. PUMD files include adjustments for information that is missing because respondents were unwilling or unable to provide it. The files also have been adjusted to reduce the likelihood of identifying respondents, either directly or through inference. The task is to predict, whether the expenditure is a gift or not. Household ids change from year to year - this is a property of the data source. Original source: www.bls.gov Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
16
 
17
  ```python
18
  import relbench
19
+ ds = relbench.load_dataset("relbench/redelex/ctu-expenditures")
20
+ task = relbench.load_task("relbench/redelex/ctu-expenditures", "<task>")
21
  ```
 
 
ctu-expenditures/schema.svg CHANGED
ctu-financial/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: ctu-financial
6
- ---
7
-
8
  # ctu-financial
9
 
10
  PKDD'99 Financial dataset contains 606 successful and 76 not successful loans along with their information and transactions. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
@@ -13,10 +6,6 @@ PKDD'99 Financial dataset contains 606 successful and 76 not successful loans al
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 `1998-01-01 00:00:00`, test `1998-07-01 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 `1998-01-01 00:00:00`, test `1998-07-01 00:00:00` (rows up to
28
 
29
  ```python
30
  import relbench
31
- ds = relbench.load_dataset("ctu-financial")
32
- task = relbench.load_task("ctu-financial", "<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
  # ctu-financial
2
 
3
  PKDD'99 Financial dataset contains 606 successful and 76 not successful loans along with their information and transactions. Sourced from the CTU Prague Relational Learning Repository (https://relational.fel.cvut.cz/).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Tasks
10
 
11
  | task | kind | type | description |
 
17
 
18
  ```python
19
  import relbench
20
+ ds = relbench.load_dataset("relbench/redelex/ctu-financial")
21
+ task = relbench.load_task("relbench/redelex/ctu-financial", "<task>")
22
  ```
 
 
ctu-financial/schema.svg CHANGED