fix(frontend): update ModelInfoResponse types to match backend structure
- Update TypeScript types to match flat backend response structure - Remove nested model_info and metrics objects - Remove label_config, use labels array and per_class_metrics array - Update all component references to use new structure - Generate default colors for prediction labels in CandleChart - Fix TypeScript type errors for nullable model_version - Remove accuracy/F1 metrics display (not in new response)
This commit is contained in:
parent
aa81d4f3d0
commit
5a7c901980
95 changed files with 326 additions and 63 deletions
|
|
@ -0,0 +1,14 @@
|
|||
artifact_uri: file:///home/homoludens/projekti/bitcon/candle_annotator/services/ml/mlruns/358560345319124639/509970efc3e0494ba3c2fbd7dd24d438/artifacts
|
||||
end_time: 1771187605319
|
||||
entry_point_name: ''
|
||||
experiment_id: '358560345319124639'
|
||||
lifecycle_stage: active
|
||||
run_id: 509970efc3e0494ba3c2fbd7dd24d438
|
||||
run_name: painted-doe-188
|
||||
source_name: ''
|
||||
source_type: 4
|
||||
source_version: ''
|
||||
start_time: 1771187595858
|
||||
status: 3
|
||||
tags: []
|
||||
user_id: homoludens
|
||||
Loading…
Add table
Add a link
Reference in a new issue