Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,13 +5,15 @@ tags:
|
|
| 5 |
- higgs
|
| 6 |
- tabular_classification
|
| 7 |
- binary_classification
|
|
|
|
| 8 |
pretty_name: Higgs
|
| 9 |
size_categories:
|
| 10 |
- 10K<n<100K
|
| 11 |
-
task_categories:
|
| 12 |
- tabular-classification
|
| 13 |
configs:
|
| 14 |
- higgs
|
|
|
|
| 15 |
---
|
| 16 |
# Higgs
|
| 17 |
The [Higgs dataset](https://www.nature.com/articles/ncomms5308/) from "[Searching for exotic particles in high-energy physics with deep learning](https://www.nature.com/articles/ncomms5308/)".
|
|
@@ -59,4 +61,4 @@ dataset = load_dataset("mstz/higgs")["train"]
|
|
| 59 |
|`m_jlv` |`[float64]`|
|
| 60 |
|`m_bb` |`[float64]`|
|
| 61 |
|`m_wbb` |`[float64]`|
|
| 62 |
-
|`m_wwbb` |`[float64]`|
|
|
|
|
| 5 |
- higgs
|
| 6 |
- tabular_classification
|
| 7 |
- binary_classification
|
| 8 |
+
- UCI
|
| 9 |
pretty_name: Higgs
|
| 10 |
size_categories:
|
| 11 |
- 10K<n<100K
|
| 12 |
+
task_categories:
|
| 13 |
- tabular-classification
|
| 14 |
configs:
|
| 15 |
- higgs
|
| 16 |
+
license: cc
|
| 17 |
---
|
| 18 |
# Higgs
|
| 19 |
The [Higgs dataset](https://www.nature.com/articles/ncomms5308/) from "[Searching for exotic particles in high-energy physics with deep learning](https://www.nature.com/articles/ncomms5308/)".
|
|
|
|
| 61 |
|`m_jlv` |`[float64]`|
|
| 62 |
|`m_bb` |`[float64]`|
|
| 63 |
|`m_wbb` |`[float64]`|
|
| 64 |
+
|`m_wwbb` |`[float64]`|
|