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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user