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

datasets

parent d9cfb467
Branches
No related tags found
No related merge requests found
......@@ -151,10 +151,12 @@ print(len(df))
possible_charges = [1,2,3,4]
df = df[df['Charge'].isin(possible_charges)]
print(len(df))
df.to_pickle('database/data_prosit_merged_holdout.pkl')
df = pd.read_pickle('database/data_prosit_merged_train.pkl')
print(len(df))
df=df.loc[df['Retention time']!=0]
df = df[df['Charge'].isin(possible_charges)]
print(len(df))
df.to_pickle('database/data_prosit_merged_train.pkl')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment