archaeo_super_prompt.visualization.mlflow_logging
source module archaeo_super_prompt.visualization.mlflow_logging
Module with functions to manage the mlflow logging and artifact saving.
Functions
-
save_table_in_artifacts — Save the detailed results.
-
save_metric_scores — Save the per-field metric scores from the global results.
-
save_models — Save the dspy model for an inspection.
source save_table_in_artifacts(score_results: DataFrame[ResultSchema])
Save the detailed results.
source save_metric_scores(reduced_dspy_eval_score: float, score_results: DataFrame[ResultSchema])
Save the per-field metric scores from the global results.
source save_models(extractorModel: FieldExtractor)
Save the dspy model for an inspection.