File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,13 @@ def __init__(
9797 Memory limit in MB for the machine learning algorithm.
9898 `auto-sklearn` will stop fitting the machine learning algorithm if
9999 it tries to allocate more than ``memory_limit`` MB.
100+
101+ **Important notes:**
102+
103+ * If ``None`` is provided, no memory limit is set.
104+ * In case of multi-processing, ``memory_limit`` will be *per job*, so the total usage is
105+ ``n_jobs x memory_limit``.
106+ * The memory limit also applies to the ensemble creation process.
100107
101108 **Important notes:**
102109
Original file line number Diff line number Diff line change 198198 ('Start' , 'index' ),
199199 ('Releases' , 'releases' ),
200200 ('Installation' , 'installation' ),
201- ('Manual' , 'manual' ),
201+ # ('Manual', 'manual'),
202202 ('Examples' , 'examples/index' ),
203203 ('API' , 'api' ),
204204 ('Extending' , 'extending' ),
Original file line number Diff line number Diff line change 4141 "seaborn" ,
4242 ],
4343 "docs" : [
44- "sphinx<4.3 " ,
45- "sphinx-gallery" ,
44+ "sphinx" ,
45+ "sphinx-gallery<=0.10.0 " ,
4646 "sphinx_bootstrap_theme" ,
4747 "numpydoc" ,
4848 "sphinx_toolbox" ,
49- "docutils==0.16"
5049 ],
5150}
5251
You can’t perform that action at this time.
0 commit comments