Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ task_categories:
|
|
| 10 |
license: mit
|
| 11 |
papers:
|
| 12 |
- title: "Transfer learning of building dynamics digital twin for HVAC control with Time-series Foundation Model"
|
| 13 |
-
url: https://
|
| 14 |
authors: "Ferran Aran Domingo"
|
| 15 |
---
|
| 16 |
|
|
@@ -20,7 +20,7 @@ This dataset contains HVAC and weather time-series data collected under **defaul
|
|
| 20 |
|
| 21 |
It is used to train the `gft/ttm4hvac-source-default` model.
|
| 22 |
|
| 23 |
-
Check out the paper [
|
| 24 |
|
| 25 |
## Columns
|
| 26 |
|
|
@@ -50,9 +50,21 @@ df.head()
|
|
| 50 |
|
| 51 |
If you use this model or datasets, please cite:
|
| 52 |
|
| 53 |
-
```
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
```
|
|
|
|
| 10 |
license: mit
|
| 11 |
papers:
|
| 12 |
- title: "Transfer learning of building dynamics digital twin for HVAC control with Time-series Foundation Model"
|
| 13 |
+
url: https://doi.org/10.1016/j.mex.2026.103866
|
| 14 |
authors: "Ferran Aran Domingo"
|
| 15 |
---
|
| 16 |
|
|
|
|
| 20 |
|
| 21 |
It is used to train the `gft/ttm4hvac-source-default` model.
|
| 22 |
|
| 23 |
+
Check out the paper [A reproducible method to generate multi-building, multi-climate HVAC operation datasets with a stochastic exploratory controller](https://doi.org/10.1016/j.mex.2026.103866) and visit the main repository [ttm4hvac](https://huggingface.co/gft/ttm4hvac) for further details.
|
| 24 |
|
| 25 |
## Columns
|
| 26 |
|
|
|
|
| 50 |
|
| 51 |
If you use this model or datasets, please cite:
|
| 52 |
|
| 53 |
+
```bibtex
|
| 54 |
+
@article{aran_domingo_2026_hvac_dataset,
|
| 55 |
+
title = {A reproducible method to generate multi-building, multi-climate HVAC operation datasets with a stochastic exploratory controller},
|
| 56 |
+
author = {Aran Domingo, Ferran and
|
| 57 |
+
Fraile Alonso, Pablo and
|
| 58 |
+
Rius Torrentó, Josep and
|
| 59 |
+
Agost Batalla, Oriol and
|
| 60 |
+
Barri Vilardell, Ignasi and
|
| 61 |
+
Vilaplana Mayoral, Jordi and
|
| 62 |
+
Mateo Fornés, Jordi},
|
| 63 |
+
journal = {MethodsX},
|
| 64 |
+
volume = {16},
|
| 65 |
+
pages = {103866},
|
| 66 |
+
year = {2026},
|
| 67 |
+
doi = {10.1016/j.mex.2026.103866},
|
| 68 |
+
url = {https://doi.org/10.1016/j.mex.2026.103866}
|
| 69 |
+
}
|
| 70 |
```
|