Commit ebe6d11f authored by Joaquin Torres's avatar Joaquin Torres

Renaming

parent 32fdf4c6
...@@ -164,7 +164,7 @@ if __name__ == "__main__": ...@@ -164,7 +164,7 @@ if __name__ == "__main__":
sheets_dict[sheet_name] = hyperparam_df sheets_dict[sheet_name] = hyperparam_df
# Write results to Excel file # Write results to Excel file
with pd.ExcelWriter('./output/hyperparamers.xlsx') as writer: with pd.ExcelWriter('./output_hyperparam/hyperparamers.xlsx') as writer:
for sheet_name, data in sheets_dict.items(): for sheet_name, data in sheets_dict.items():
data.to_excel(writer, sheet_name=sheet_name) data.to_excel(writer, sheet_name=sheet_name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment