diff options
Diffstat (limited to 'python/python-joblib/README')
-rw-r--r-- | python/python-joblib/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-joblib/README b/python/python-joblib/README new file mode 100644 index 0000000000..c1fea0ba8d --- /dev/null +++ b/python/python-joblib/README @@ -0,0 +1,3 @@ +Joblib is a set of tools to provide lightweight pipelining in Python. Joblib is +optimized to be fast and robust on large data in particular and has specific +optimizations for numpy arrays. |