phenotypic.tune.run_auto_space#
- phenotypic.tune.run_auto_space(pipeline: object, output_dir: str | Path) InferredSearchSpace[source]#
Infer a search-space proposal from
pipelineand persist it.Mines
pipelinewithinfer_search_space()(one-level nested recursion on) and writes the proposal todeliverables/tuning_spec.jsonunderoutput_dir. No engine is run, so notrials.parquet/best_pipeline.json/param_importance.jsonis produced — this is the inspect-before-you-tune step.- Parameters:
- Returns:
The
InferredSearchSpaceproposal (also written to disk).- Return type: