Skip to content

Commit

Permalink
update (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeichenXu123 authored and ogrisel committed Dec 12, 2019
1 parent 2cdeafa commit 4249d30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/parallel.rst
Expand Up @@ -71,6 +71,10 @@ call to :class:`joblib.Parallel` but this is now considered a bad pattern
(when done in a library) as it does not make it possible to override that
choice with the ``parallel_backend`` context manager.

Besides builtin joblib backends, we can use
`Joblib Apache Spark Backend <https://github.com/joblib/joblib-spark>`_
to distribute joblib tasks on a Spark cluster.

.. _serialization_and_processes:

Serialization & Processes
Expand Down

0 comments on commit 4249d30

Please sign in to comment.