Commit d23c1f6f authored by Joaquin Torres's avatar Joaquin Torres

ready to tune

parent 05aa2417
......@@ -165,7 +165,7 @@ if __name__ == "__main__":
sheets_dict[sheet_name] = hyperparam_df
# Write results to Excel file
with pd.ExcelWriter('./output/hyperparamers_pre_and_post') as writer:
with pd.ExcelWriter('./output/hyperparamers.xlsx') as writer:
for sheet_name, data in sheets_dict.items():
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