evalml.pipelines.components.
ElasticNetClassifier
Elastic Net Classifier.
name
model_family
supported_problem_types
hyperparameter_ranges
default_parameters
Instance attributes
feature_importance
Return an attribute of instance, which is of type owner.
needs_fitting
parameters
Returns the parameters which were used to initialize the component
Methods:
__init__
Initialize self.
clone
Constructs a new component with the same parameters
describe
Describe a component and its parameters
fit
Fits component to data
load
Loads component at file path
predict
Make predictions using selected features.
predict_proba
Make probability estimates for labels.
save
Saves component at file path