diff --git a/data/data_processing.py b/data/data_processing.py index 404a60360284a7a308830ef97a805d0c91bc708d..97d3ebf0b683a18ba04913563096b42d61c04a5b 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