econml.sklearn_extensions.linear_model.WeightedLassoCVWrapper
- class econml.sklearn_extensions.linear_model.WeightedLassoCVWrapper(*args, **kwargs)[source]
Bases:
object
Helper class to wrap either WeightedLassoCV or WeightedMultiTaskLassoCV depending on the shape of the target.
Methods
__init__
(*args, **kwargs)fit
(X, y[, sample_weight])get_params
([deep])Get parameters for this estimator.
predict
(X)score
(X, y[, sample_weight])set_params
(**params)Set parameters for this estimator.
Attributes
known_params