SIENTIAPDE-1645: Add comprehensive model training observability metrics and Grafana dashboard.
This commit is contained in:
@@ -42,6 +42,10 @@ TRAINING_TEST_INPUTS: list[str] = [
|
||||
'scripts/inputs/xgboost.json',
|
||||
]
|
||||
|
||||
TRAINING_TEST_INPUTS: list[str] = [
|
||||
'scripts/inputs/sin-approx.json',
|
||||
]
|
||||
|
||||
_REQUIRED_INPUT_KEYS = ('experiment', 'minio', 'temporal', 'payload', 'db_only')
|
||||
|
||||
|
||||
@@ -260,6 +264,7 @@ for exp in experiments:
|
||||
[
|
||||
'mc',
|
||||
'cp',
|
||||
'--insecure',
|
||||
str(local_csv),
|
||||
f'{exp_minio["mc_alias"]}/{exp_minio["bucket_name"]}/{exp_minio["file_name"]}',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user