evalml.pipelines.BaselineRegressionPipeline.can_tune_threshold_with_objective¶
-
BaselineRegressionPipeline.
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.