mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Add markdown metric file for CML
This commit is contained in:
parent
a95795c1f9
commit
bc46d90bc2
1 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,8 @@ class AutogluonModel:
|
||||||
|
|
||||||
metrics_df = pd.DataFrame([performance])
|
metrics_df = pd.DataFrame([performance])
|
||||||
metrics_df.to_csv(metrics_location / metric_filename)
|
metrics_df.to_csv(metrics_location / metric_filename)
|
||||||
|
markdown_filename = metric_filename.split(".")[0] + ".md"
|
||||||
|
metrics_df.to_markdown(metrics_location/ markdown_filename)
|
||||||
|
|
||||||
return metrics_df
|
return metrics_df
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue