summaryrefslogtreecommitdiffstats
path: root/python/python-joblib/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-08-18 02:44:14 +0200
committer Willy Sudiarto Raharjo2019-08-18 02:44:14 +0200
commit5cbe34ba7f29bdd4dea3aa48b235f37506f0951b (patch)
treea040610e111690dce87f8b2839f786106f4830cc /python/python-joblib/README
parentcd921fbcc54d28e82f830b287460cdd389e14bc0 (diff)
downloadslackbuilds-5cbe34ba7f29bdd4dea3aa48b235f37506f0951b.tar.gz
python/python-joblib: Added (lightweight pipelining in Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-joblib/README')
-rw-r--r--python/python-joblib/README3
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.