File size: 1,268 Bytes
dee9fba
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.. raw:: html

  <style type="text/css">
    div.body li.toctree-l1 {
        padding: 0.5em 0 1em 0 ;
        list-style-type: none;
        font-size: 150% ;
        }

    div.body li.toctree-l2 {
        font-size: 70% ;
        list-style-type: square;
        }

    div.body li.toctree-l3 {
        font-size: 85% ;
        list-style-type: circle;
        }

    div.bodywrapper blockquote {
	margin: 0 ;
    }

  </style>


Joblib: running Python functions as pipeline jobs
=================================================

Introduction
------------


.. automodule:: joblib

 .. toctree::
    :maxdepth: 2
    :caption: User manual

    why.rst
    installing.rst
    memory.rst
    parallel.rst
    persistence.rst
    auto_examples/index
    developing.rst

.. currentmodule:: joblib

Module reference
----------------

.. autosummary::
   :toctree: generated/
   :template: class.rst
   :caption: Module reference

   Memory
   Parallel
   parallel_config

.. autosummary::
   :toctree: generated/
   :template: function.rst

   dump
   load
   hash
   register_compressor

Deprecated functionalities
--------------------------

.. autosummary::
   :toctree: generated/
   :template: class.rst
   :caption: Deprecated functionalities

   parallel_backend