gtda.pipeline: Pipeline

The module gtda.pipeline extends scikit-learn’s module by defining Pipelines that include TransformerResamplers.

pipeline.Pipeline(**kwargs)

Pipeline of transforms and resamples with a final estimator.

pipeline.make_pipeline(*steps, **kwargs)

Construct a Pipeline from the given estimators.