Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
New files for new experiments
  • Loading branch information
levshun authored Dec 11, 2023
1 parent f52bcd9 commit ae0dda5
Show file tree
Hide file tree
Showing 9 changed files with 174,274 additions and 0 deletions.
17,421 changes: 17,421 additions & 0 deletions datasets/ETT-small/ETTh1.csv

Large diffs are not rendered by default.

17,421 changes: 17,421 additions & 0 deletions datasets/ETT-small/ETTh2.csv

Large diffs are not rendered by default.

69,681 changes: 69,681 additions & 0 deletions datasets/ETT-small/ETTm1.csv

Large diffs are not rendered by default.

69,681 changes: 69,681 additions & 0 deletions datasets/ETT-small/ETTm2.csv

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions datasets/configs/etd_h1.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Params]
data_path = ../datasets/ETT-small
filename = ETTh1.csv

[Features]
timestamp_feature = date

[Other]
timeformat = %%Y-%%-m-%%d %%H:%%M:%%S

10 changes: 10 additions & 0 deletions datasets/configs/etd_h2.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Params]
data_path = ../datasets/ETT-small
filename = ETTh2.csv

[Features]
timestamp_feature = date

[Other]
timeformat = %%Y-%%-m-%%d %%H:%%M:%%S

10 changes: 10 additions & 0 deletions datasets/configs/etd_m1.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Params]
data_path = ../datasets/ETT-small
filename = ETTm1.csv

[Features]
timestamp_feature = date

[Other]
timeformat = %%Y-%%-m-%%d %%H:%%M:%%S

10 changes: 10 additions & 0 deletions datasets/configs/etd_m2.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Params]
data_path = ../datasets/ETT-small
filename = ETTm2.csv

[Features]
timestamp_feature = date

[Other]
timeformat = %%Y-%%-m-%%d %%H:%%M:%%S

30 changes: 30 additions & 0 deletions datasets/configs/swat.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[Params]
data_path = ../datasets
filename = SWaT_Dataset_Normal_v1.csv
sep = ;
decimal = ,


[Features]
timestamp_feature = Timestamp
binaries_features = P101,P102,P201,P202,P203,P204,P205,P206,P301,P302,P401,P402,P403,P404,P501,P502,P601,P602,P603
drop_features = AIT201,AIT203,AIT402,AIT501,AIT502

[Other]
timeformat = %%d/%%m/%%Y %%I:%%M:%%S %%p

[Labels.binary]
label = Normal/Attack

[Labels.multiclass]
label = Normal/Attack
by_time = True
info_filename = ../_datasets/SWaT/SWaT.A1 & A2_Dec 2015/List_of_attacks_Final.csv
sep = ;
decimal = ,
start_time = Start Time
end_time = End Time
timeformat = %%d.%%m.%%Y %%H:%%M:%%S
name = Attack #


0 comments on commit ae0dda5

Please sign in to comment.