metrics calculation

This commit is contained in:
Tomasz Łysiak 2019-05-16 10:45:27 +02:00
parent 1d6ead08ac
commit c3ca990640

View File

@ -21,7 +21,6 @@ for index, row in df_data.iterrows():
wer_mean = df_data[5].mean()
print(wer_mean)
srr = (correct_answers*1)/len(df_data)
print(srr)