Skip to content

Commit

Permalink
Updated swat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jad-yehya committed Nov 21, 2024
1 parent 9d48b0d commit c9c192e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datasets/swat.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ class Dataset(BaseDataset):
}

def get_data(self):

# To get the data, you need to ask for access to the dataset
# at the following link:
# https://drive.google.com/drive/folders/1xhcYqh6okRs98QJomFWBKNLw4d1T4Q0w

path = get_data_path(key="SWaT")
# path = get_data_path(key="SWaT")

# Load the data
X_train = pd.read_csv(path / "swat_train2.csv")
Expand Down

0 comments on commit c9c192e

Please sign in to comment.