Shuwan commited on
Commit
fd0d76d
·
verified ·
1 Parent(s): 05263c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -1,9 +1,6 @@
1
  ---
2
- dataset_info:
3
- splits:
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
+ ```