More details in README
Browse files
README.md
CHANGED
|
@@ -60,6 +60,14 @@ DatasetDict({
|
|
| 60 |
})
|
| 61 |
```
|
| 62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
## Acknowledgements
|
| 64 |
The datasets were processed from the following original sources. Please cite the original sources if you use the datasets.
|
| 65 |
* Azure VM Traces 2017
|
|
|
|
| 60 |
})
|
| 61 |
```
|
| 62 |
|
| 63 |
+
---
|
| 64 |
+
```python
|
| 65 |
+
from datasets import load_dataset_builder
|
| 66 |
+
|
| 67 |
+
config = load_dataset_builder('Salesforce/cloudops_tsf', 'azure_vm_traces_2017').config
|
| 68 |
+
config.
|
| 69 |
+
```
|
| 70 |
+
|
| 71 |
## Acknowledgements
|
| 72 |
The datasets were processed from the following original sources. Please cite the original sources if you use the datasets.
|
| 73 |
* Azure VM Traces 2017
|