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

data processing for jz

parent f10d1a2f
No related branches found
No related tags found
No related merge requests found
......@@ -161,11 +161,11 @@ if __name__ == '__main__':
t = [0.05,0.1,0.2,0.3,0.4,0.5,0.7,1,10]
#reste 07 1 et all
name = ['005','01','02','03','04','05','07','1','all']
df_0 = pd.read_csv('/lustre/fswork/projects/rech/bun/ucg81ws/these/dia-augmentation/output/out_early_stop_plasma_prosit_0.csv')
df_1 = pd.read_csv('/lustre/fswork/projects/rech/bun/ucg81ws/these/dia-augmentation//output/out_early_stop_plasma_train_prosit_1.csv')
df_2 = pd.read_csv('/lustre/fswork/projects/rech/bun/ucg81ws/these/dia-augmentation//output/out_early_stop_plasma_train_prosit_2.csv')
df_3 = pd.read_csv('/lustre/fswork/projects/rech/bun/ucg81ws/these/dia-augmentation//output/out_early_stop_plasma_train_prosit_3.csv')
df_4 = pd.read_csv('/lustre/fswork/projects/rech/bun/ucg81ws/these/dia-augmentation//output/out_early_stop_plasma_train_prosit_4.csv')
df_0 = pd.read_csv('/lustre/fswork/projects/rech/bun/ucg81ws/these/dia-augmentation/output/out_early_stop_plasma_train_prosit_0.csv')
df_1 = pd.read_csv('/lustre/fswork/projects/rech/bun/ucg81ws/these/dia-augmentation/output/out_early_stop_plasma_train_prosit_1.csv')
df_2 = pd.read_csv('/lustre/fswork/projects/rech/bun/ucg81ws/these/dia-augmentation/output/out_early_stop_plasma_train_prosit_2.csv')
df_3 = pd.read_csv('/lustre/fswork/projects/rech/bun/ucg81ws/these/dia-augmentation/output/out_early_stop_plasma_train_prosit_3.csv')
df_4 = pd.read_csv('/lustre/fswork/projects/rech/bun/ucg81ws/these/dia-augmentation/output/out_early_stop_plasma_train_prosit_4.csv')
list_df = [df_0, df_1, df_2, df_3, df_4]
for i in range(len(name)):
......
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