econml.sklearn_extensions.linear_model.WeightedLassoCVWrapper

class econml.sklearn_extensions.linear_model.WeightedLassoCVWrapper(*args, **kwargs)[source]

Bases: econml.sklearn_extensions.linear_model._PairedEstimatorWrapper

Helper class to wrap either WeightedLassoCV or WeightedMultiTaskLassoCV depending on the shape of the target.

__init__(*args, **kwargs)

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.

get_params(deep=True)

Get parameters for this estimator.

set_params(**params)

Set parameters for this estimator.