joblib
running Python functions as pipeline jobs
Joblib is a set of tools to provide lightweight pipelining in Python. In particular:
1. transparent disk-caching of functions and lazy re-evaluation (memoize pattern)
2. easy simple parallel computing
https://joblib.readthedocs.io/en/latest/
Examples
The Glowing Python: Code parallelization with joblib
https://glowingpython.blogspot.com/2014/05/code-parallelization-with-joblib.html
joblibタグ記事 - Qiita
https://qiita.com/tags/joblib
Scikit-learn + Joblib: Scale your Machine Learning Models for Faster Training
scikit-learn
Subpages
joblib.dump joblib.load