Add report_generation/tests/data/example_analysis.json
This commit is contained in:
parent
6434c9ba2e
commit
d4e2c8f1ec
1 changed files with 38 additions and 0 deletions
38
report_generation/tests/data/example_analysis.json
Normal file
38
report_generation/tests/data/example_analysis.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
[
|
||||
{
|
||||
"run_id": 21,
|
||||
"metric_name": "stability_index",
|
||||
"value": 0.9821,
|
||||
"cluster_score": 0.915
|
||||
},
|
||||
{
|
||||
"run_id": 21,
|
||||
"metric_name": "variance_ratio",
|
||||
"value": 0.123,
|
||||
"cluster_score": 0.915
|
||||
},
|
||||
{
|
||||
"run_id": 22,
|
||||
"metric_name": "stability_index",
|
||||
"value": 0.9789,
|
||||
"cluster_score": 0.921
|
||||
},
|
||||
{
|
||||
"run_id": 22,
|
||||
"metric_name": "variance_ratio",
|
||||
"value": 0.118,
|
||||
"cluster_score": 0.921
|
||||
},
|
||||
{
|
||||
"run_id": 23,
|
||||
"metric_name": "stability_index",
|
||||
"value": 0.9814,
|
||||
"cluster_score": 0.909
|
||||
},
|
||||
{
|
||||
"run_id": 23,
|
||||
"metric_name": "variance_ratio",
|
||||
"value": 0.126,
|
||||
"cluster_score": 0.909
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue