SeptumCapital / pythonflow

:snake: Dataflow programming for python.

Home Page:http://pythonflow.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pythonflow: Dataflow programming for python. Build Status Documentation Status

Pythonflow is a simple implementation of dataflow programming for python. Users of Tensorflow will immediately be familiar with the syntax.

At Spotify, we use Pythonflow in data preprocessing pipelines for machine learning models because

  • it automatically caches computationally expensive operations,
  • any part of the computational graph can be easily evaluated for debugging purposes,
  • it allows us to distribute data preprocessing across multiple machines.

See the documentation for details.

About

:snake: Dataflow programming for python.

http://pythonflow.readthedocs.io/en/latest/

License:Apache License 2.0


Languages

Language:Python 99.4%Language:Makefile 0.6%