evalml.pipelines.TimeSeriesClassificationPipeline.can_tune_threshold_with_objective

TimeSeriesClassificationPipeline.can_tune_threshold_with_objective(objective)

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

Parameters
  • pipeline (PipelineBase) – Binary classification pipeline.

  • objective – Primary AutoMLSearch objective.