Bob Pipelines

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

  • Scaling experiments on dask.

  • Wrapping data-points with metadata and passing them to the estimator.fit and estimator.transform methods.

  • Checkpointing data-points after each step of your pipeline.

  • Expressing database protocol as csv files and using them easily.

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 out this link

User Guide