Skip to content
Snippets Groups Projects
Commit 6d8bfb33 authored by Schneider Leo's avatar Schneider Leo
Browse files

dataset

parent 7c769440
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment