[ trixie ]
[ sid ]
[ ソース: joblib ]
パッケージ: python-joblib-doc (1.3.2-4)
python-joblib-doc に関するリンク
Debian の資源:
joblib ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
tools to provide lightweight pipelining in Python -- docs
Joblib is a set of tools to provide lightweight pipelining in Python. In particular, joblib offers:
- transparent disk-caching of the output values and lazy re-evaluation (memoize pattern) - easy simple parallel computing - logging and tracing of the execution
Joblib is optimized to be fast and robust in particular on large, long-running functions and has specific optimizations for numpy arrays.
This package contains the documentation for joblib.
その他の python-joblib-doc 関連パッケージ
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 7.4)
- Sphinx ドキュメンテーション用 JavaScript サポート
-
- sug: python-numpy-doc
- Fast array facility to the Python language (Documentation)
-
- sug: python-scipy-doc
- scientific library for Python - documentation
-
- sug: python3-doc
- documentation for the high-level object-oriented language Python 3
-
- sug: python3-joblib
- tools to provide lightweight pipelining in Python