evalml.pipelines.PipelineBase.can_tune_threshold_with_objective

PipelineBase.can_tune_threshold_with_objective(objective)[source]

Determine whether the threshold of a binary classification pipeline can be tuned.

Parameters
  • pipeline (PipelineBase) – Binary classification pipeline.

  • objective – Primary AutoMLSearch objective.