Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -64,4 +64,18 @@ Simple, multiscale, and hierarchical graphs are included already, but can be cre
|
|
| 64 |
python -m neural_lam.create_graph --config_path data/vlasiator_config.yaml --name simple --levels 1 --coarsen-factor 5 --plot
|
| 65 |
python -m neural_lam.create_graph --config_path data/vlasiator_config.yaml --name multiscale --levels 3 --coarsen-factor 5 --plot
|
| 66 |
python -m neural_lam.create_graph --config_path data/vlasiator_config.yaml --name hierarchical --levels 3 --coarsen-factor 5 --hierarchical --plot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
```
|
|
|
|
| 64 |
python -m neural_lam.create_graph --config_path data/vlasiator_config.yaml --name simple --levels 1 --coarsen-factor 5 --plot
|
| 65 |
python -m neural_lam.create_graph --config_path data/vlasiator_config.yaml --name multiscale --levels 3 --coarsen-factor 5 --plot
|
| 66 |
python -m neural_lam.create_graph --config_path data/vlasiator_config.yaml --name hierarchical --levels 3 --coarsen-factor 5 --hierarchical --plot
|
| 67 |
+
```
|
| 68 |
+
|
| 69 |
+
## Citation
|
| 70 |
+
|
| 71 |
+
```
|
| 72 |
+
@misc{vlasiator2025mldata,
|
| 73 |
+
title = {Vlasiator Dataset for Machine Learning Studies},
|
| 74 |
+
author = {Zaitsev, Ivan and Holmberg, Daniel and Alho, Markku and Bouri, Ioanna and
|
| 75 |
+
Franssila, Fanni and Jeong, Haewon and Palmroth, Minna and Roos, Teemu},
|
| 76 |
+
year = {2025},
|
| 77 |
+
publisher = {Hugging Face},
|
| 78 |
+
url = {https://huggingface.co/datasets/deinal/spacecast-data},
|
| 79 |
+
doi = {10.57967/hf/7027},
|
| 80 |
+
}
|
| 81 |
```
|