Bob Pipelines¶
Easily boost your Scikit Learn Pipelines with powerful features, such as:

Scale them with Dask¶

Wrap datapoints with metadata and pass them to the estimator.fit and estimator.transform methods¶

Checkpoint datapoints after each step of your pipeline¶
Warning
Before any investigation of this package is capable of, check the scikit learn user guide. Several tutorials are available online.
Warning
If you want to implement your own scikit-learn estimator, please, check it out this link