SIENTIAPDE-1273

Refactor ModelMetrics return format and correct import name in worker module

- Changed the return format of the metrics data in ModelMetrics from a dictionary to a list for improved usability.
- Corrected the import statement for SimpleMetrics in the worker module to ensure consistency and clarity.
This commit is contained in:
vitor-aignosi
2025-11-14 16:06:51 -03:00
parent 64f0747e8e
commit 4191f68d3b

View File

@@ -51,7 +51,7 @@ with workflow.unsafe.imports_passed_through():
from laborious.workflows.minimal_retrain import MinimalRetrain from laborious.workflows.minimal_retrain import MinimalRetrain
from laborious.workflows.predictions_batch import PredictionsBatch from laborious.workflows.predictions_batch import PredictionsBatch
from laborious.workflows.drift import Drift from laborious.workflows.drift import Drift
from laborious.workflows.simple_metrics import SientiaMetrics from laborious.workflows.simple_metrics import SimpleMetrics
from laborious.workflows.sub_workflows.format_and_export_prediction import ( from laborious.workflows.sub_workflows.format_and_export_prediction import (
FormatAndExportPrediction, FormatAndExportPrediction,