evalml.pipelines.TimeSeriesRegressionPipeline.can_tune_threshold_with_objective

TimeSeriesRegressionPipeline.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.