Add pipeline tag to metadata
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
- graph-ml
|
| 7 |
pretty_name: CauScale
|
| 8 |
---
|
| 9 |
|
|
@@ -57,4 +57,4 @@ See the [CauScale code repository](https://github.com/OpenCausaLab/CauScale) for
|
|
| 57 |
journal={arXiv preprint arXiv:2602.08629},
|
| 58 |
year={2026}
|
| 59 |
}
|
| 60 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: graph-ml
|
| 4 |
tags:
|
| 5 |
+
- causal-discovery
|
| 6 |
+
- causal-inference
|
|
|
|
| 7 |
pretty_name: CauScale
|
| 8 |
---
|
| 9 |
|
|
|
|
| 57 |
journal={arXiv preprint arXiv:2602.08629},
|
| 58 |
year={2026}
|
| 59 |
}
|
| 60 |
+
```
|