evalml.pipelines.ModeBaselineBinaryPipeline¶

-
class
evalml.pipelines.ModeBaselineBinaryPipeline(parameters, random_state=0)[source]¶ “Mode Baseline Pipeline for binary classification
-
name= 'Mode Baseline Binary Classification Pipeline'¶
-
custom_name= 'Mode Baseline Binary Classification Pipeline'¶
-
summary= 'Baseline Classifier'¶
-
component_graph= ['Baseline Classifier']¶
-
problem_type= 'binary'¶
-
model_family= 'baseline'¶
-
hyperparameters= {'Baseline Classifier': {}}¶
-
custom_hyperparameters= {'strategy': ['mode']}¶
Instance attributes
feature_importancesReturn feature importances.
parametersReturns parameter dictionary for this pipeline
thresholdMethods:
Machine learning pipeline made out of transformers and a estimator.
Outputs pipeline details including component parameters
Build a model
Returns component by name
Generate an image representing the pipeline graph
Generate a bar graph of the pipeline’s feature importances
Loads pipeline at file path
Make predictions using selected features.
Make probability estimates for labels.
Saves pipeline at file path
Evaluate model performance on objectives
-