https://github.com/milesgranger/pipes
https://github.com/milesgranger/pipes
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/milesgranger/pipes
- Owner: milesgranger
- License: mit
- Created: 2019-12-01T05:29:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T08:04:18.000Z (over 6 years ago)
- Last Synced: 2025-10-30T07:37:23.918Z (9 months ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pipes
[](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`.