phenotypic.sdk_.pareto_importance_path#

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

Return deliverables/pareto/param_importance_<objective>.json.

The per-objective RF-permutation importance report (the multi-objective sibling of param_importance_path()). 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 filename’s <objective> slot).

Returns:

The per-objective importance-report path under pareto_dir().

Return type:

Path