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()).objectiveis the objective name as it appears inobjectives_json(a scorer-defined label, e.g."Dice"or a composite child handle"s0").- Parameters:
- Returns:
The per-objective importance-report path under
pareto_dir().- Return type: