use yaml instead of yml

This commit is contained in:
2026-03-05 15:51:59 +08:00
parent 26fba706f2
commit 2781172724
4 changed files with 5 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ class Evaluator:
df_m.to_csv(metric_f)
self.config.save_config(f"{head_path}-{n_exp}.yml")
self.config.save_config(f"{head_path}-{n_exp}.yaml")
def format_result_df(self, df:pd.DataFrame):