From 6d8bfb339c742c1bd56b1737fcbb42788a4fae92 Mon Sep 17 00:00:00 2001 From: Schneider Leo <leo.schneider@etu.ec-lyon.fr> Date: Wed, 22 Jan 2025 13:09:43 +0100 Subject: [PATCH] dataset --- data/data_processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/data_processing.py b/data/data_processing.py index 404a603..97d3ebf 100644 --- a/data/data_processing.py +++ b/data/data_processing.py @@ -180,5 +180,5 @@ if __name__ == '__main__': df_augmented_1 = pd.concat([df, df_base], axis=0).reset_index(drop=True) df_augmented_1.columns = ['sequence', 'irt_scaled','state'] - df_augmented_1.to_csv('./data_PXD006109/plasma_train/plasma_data_augmented_{}.csv'.format(name[i]), index=False) + df_augmented_1.to_csv('/lustre/fswork/projects/rech/bun/ucg81ws/these/dia-augmentation/data/data_PXD006109/plasma_train/plasma_data_augmented_{}.csv'.format(name[i]), index=False) print(df_augmented_1.shape) \ No newline at end of file -- GitLab