lalababa commited on
Commit
ce318d9
·
verified ·
1 Parent(s): 8cf87d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -198,12 +198,21 @@ configs:
198
  - SMAP/SMAP_test.npy
199
  - SMAP/SMAP_test_label.npy
200
 
201
- - config_name: PSM
202
- description: "KPI-based Process/System Monitoring anomaly detection."
 
 
 
 
 
 
 
 
 
203
  data_files:
204
- - PSM/train.csv
205
- - PSM/test.csv
206
- - PSM/test_label.csv
207
 
208
  - config_name: SWaT
209
  description: "Secure Water Treatment (SWaT) anomaly detection; CSV are preprocessed, Excel are raw."
 
198
  - SMAP/SMAP_test.npy
199
  - SMAP/SMAP_test_label.npy
200
 
201
+
202
+ - config_name: PSM-data
203
+ description: "KPI-based Process/System Monitoring data (train/test)."
204
+ data_files:
205
+ - split: train
206
+ path: PSM/train.csv
207
+ - split: test
208
+ path: PSM/test.csv
209
+
210
+ - config_name: PSM-label
211
+ description: "KPI-based Process/System Monitoring labels (test_label)."
212
  data_files:
213
+ - split: test_label
214
+ path: PSM/test_label.csv
215
+
216
 
217
  - config_name: SWaT
218
  description: "Secure Water Treatment (SWaT) anomaly detection; CSV are preprocessed, Excel are raw."