Pythonflow Save

:snake: Dataflow programming for python.

Project README

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.

Open Source Agenda is not affiliated with "Pythonflow" Project. README Source: spotify/pythonflow
Stars
281
Open Issues
4
Last Commit
11 months ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating