Commit ·
634e73f
1
Parent(s): d84cd58
Add pipeline tag to metadata (#1)
Browse files- Add pipeline tag to metadata (e9c138e0e37961045a5df91923931df893b3e4ca)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
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 |
+
```
|