pbar-parallel 0.0.3

Last updated:

0 purchases

pbar-parallel 0.0.3 Image
pbar-parallel 0.0.3 Images
Add to Cart

Description:

pbarparallel 0.0.3

pbar-parallel
PBar parallel is a simple wrapper around joblib, that shows you how many jobs
have been processed in a simple progress by.
Install
pip install pbar-parallel
Usage
from pbar_parallel import PBarParallel, delayed

def func(x):
return x**2

prl = PBarParallel(n_jobs=48)
result = prl(total=1000)(delayed(func)(i) for i in range(1000))

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.