Update README.md
Browse files
README.md
CHANGED
|
@@ -45,6 +45,7 @@ Each CSV file contains experimental results with the following columns:
|
|
| 45 |
| `dataset` | Name of the RDB dataset used (e.g., "rel-avito", "rel-f1") |
|
| 46 |
| `task` | Name of the prediction task (e.g., "ad-ctr", "user-clicks") |
|
| 47 |
| `seed` | Random seed for reproducibility |
|
|
|
|
| 48 |
|
| 49 |
### Graph Column Specification
|
| 50 |
|
|
|
|
| 45 |
| `dataset` | Name of the RDB dataset used (e.g., "rel-avito", "rel-f1") |
|
| 46 |
| `task` | Name of the prediction task (e.g., "ad-ctr", "user-clicks") |
|
| 47 |
| `seed` | Random seed for reproducibility |
|
| 48 |
+
| `gnn` | Type of Graph Neural Network (GNN) (e.g., "GraphSAGE", "GIN", "GPS")
|
| 49 |
|
| 50 |
### Graph Column Specification
|
| 51 |
|