Spaces:
Sleeping
Sleeping
piotr-szleg-bards-ai
commited on
Commit
·
1be416b
1
Parent(s):
b7b9e52
2024-03-05 13:38:41 Publish script update
Browse files- data/combined_plots.csv +0 -0
- pipeline/config.py +1 -1
data/combined_plots.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
pipeline/config.py
CHANGED
@@ -69,7 +69,7 @@ class GeneralPlotConfig(Config):
|
|
69 |
class CombinedPlotsConfig(Config):
|
70 |
plots_dir: str = "./html/plots/"
|
71 |
saving_path: str = "data/"
|
72 |
-
scatter_plots: bool =
|
73 |
|
74 |
class SummaryMetricsConfig(Config):
|
75 |
combined_score: bool = False
|
|
|
69 |
class CombinedPlotsConfig(Config):
|
70 |
plots_dir: str = "./html/plots/"
|
71 |
saving_path: str = "data/"
|
72 |
+
scatter_plots: bool = True
|
73 |
|
74 |
class SummaryMetricsConfig(Config):
|
75 |
combined_score: bool = False
|