timesead.data.preprocessing.swat ================================ .. py:module:: timesead.data.preprocessing.swat Functions --------- .. autoapisummary:: timesead.data.preprocessing.swat.preprocess_swat_data Module Contents --------------- .. py:function:: preprocess_swat_data(dataset_dir: str, out_dir: str, chunksize: Optional[int] = None, gzip: bool = False) Preprocess SWaT dataset for experiments :param dataset_dir: Path to the dataset folder :param out_dir: Directory where the preprocessed data should be saved. This directory should exist already. :param chunksize: The processed csv data uses this chunksize value if set. :param gzip: Whether the output file should be saved as a gzip file.