evalml.pipelines.TimeSeriesMulticlassClassificationPipeline.can_tune_threshold_with_objective

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