|
pd.DataFrame(data={"Accuracy": accs, "Type": typeAcc, "Round": rounds}).to_csv(accs_out_fn, index=False) |
Hi, developer!
accs_out_fn could not contain a directory which does not exists, or it will raise
FileNotFoundError. I got this error with Python-3.7.3 and pandas-0.24.2.