save results
This commit is contained in:
@@ -304,7 +304,7 @@ if st.button("Test Configuration"):
|
||||
accuracy = 'NA'
|
||||
|
||||
history.loc[len(history.index)] = [field, str(contract_count), None, datetime.now().strftime("%Y-%m-%d %H:%M:%S"), accuracy, attempt]
|
||||
# df.to_csv(field.replace("?","").replace("/","_")+'-'+llm_selected+'.csv', index=False)
|
||||
df.to_csv("RESULTS\\"+field.replace("?","").replace("/","_")+'-'+llm_selected+'.csv', index=False)
|
||||
history.to_csv('history.csv', index=False)
|
||||
|
||||
# df_copy = df.set_index(df.columns[0]).copy()
|
||||
|
||||
Reference in New Issue
Block a user