Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
- name: train
|
| 5 |
-
num_bytes: 0
|
| 6 |
-
num_examples: 0
|
| 7 |
---
|
| 8 |
# Phase 1 Graphs
|
| 9 |
|
|
@@ -48,4 +45,4 @@ adj_matrix = np.asarray(graph["adjacency_matrix"])
|
|
| 48 |
dag = nx.from_numpy_array(adj_matrix, create_using=nx.DiGraph)
|
| 49 |
|
| 50 |
print(f"Is DAG: {nx.is_directed_acyclic_graph(dag)}")
|
| 51 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- graph-ml
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
# Phase 1 Graphs
|
| 6 |
|
|
|
|
| 45 |
dag = nx.from_numpy_array(adj_matrix, create_using=nx.DiGraph)
|
| 46 |
|
| 47 |
print(f"Is DAG: {nx.is_directed_acyclic_graph(dag)}")
|
| 48 |
+
```
|