dataflow 0.4.0

Dataflow is a data processing library, primarily for machine learning.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.itertools]
version = "0.9"

[dependencies.rand]
version = "0.8"

[dependencies.thread-control]
version = "0.1"

[package]
authors = ["Joe Fioti <joe@sidekickai.co>"]
description = "Dataflow is a data processing library, primarily for machine learning."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "dataflow"
readme = "README.md"
version = "0.4.0"