An open API service indexing awesome lists of open source software.

https://github.com/milesgranger/pipes


https://github.com/milesgranger/pipes

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

          

# pipes

[![Tests](https://github.com/milesgranger/pipes/workflows/Rust/badge.svg)](https://github.com/milesgranger/pipes/actions)

---

A (work in progress) Scikit-Learn like [Pipeline](https://scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html)
and [Transformer](https://scikit-learn.org/stable/modules/generated/sklearn.base.TransformerMixin.html)
for transforming data by passing it through a series of `Transformer`s held inside of a `Pipeline`.