Pipeline

The imbens.pipeline module implements utilities to build a composite estimator, as a chain of transforms, samples and estimators.

Pipeline(steps, *[, memory, verbose])

Pipeline of transforms and resamples with a final estimator.

make_pipeline(*steps[, memory, verbose])

Construct a Pipeline from the given estimators.