phenotypic.sdk_.pareto_best_pipeline_path#

phenotypic.sdk_.pareto_best_pipeline_path(output_dir: Path, objective: str) Path[source]#

Return deliverables/pareto/best_<objective>.json (a per-axis winner).

The pipeline maximizing the single objective axis on the Pareto front. objective is the objective name as it appears in objectives_json (a scorer-defined label, e.g. "Dice" or a composite child handle "s0").

Parameters:
  • output_dir (Path) – The run directory.

  • objective (str) – The objective-axis name (the best_<objective>.json stem).

Returns:

The per-objective best-pipeline path under pareto_dir().

Return type:

Path