evalml.pipelines.BaselineBinaryPipeline¶

-
class
evalml.pipelines.BaselineBinaryPipeline(parameters, random_state=0)[source]¶ “Baseline Pipeline for binary classification
-
name= 'Baseline Classification Pipeline'¶
-
custom_name= 'Baseline Classification Pipeline'¶
-
summary= 'Baseline Classifier'¶
-
component_graph= ['Baseline Classifier']¶
-
problem_type= 'binary'¶
-
model_family= 'baseline'¶
-
hyperparameters= {'Baseline Classifier': {}}¶
-
custom_hyperparameters= None¶
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
-