File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ to use only a single core at a time.
3232Furthermore, depending on the installation of scikit-learn and numpy,
3333the model building procedure may use up to all cores. Such behaviour is
3434unintended by auto-sklearn and is most likely due to numpy being installed
35- from `pypi ` as a binary wheel (`see here http://scikit-learn-general.narkive
36- .com/44ywvAHA/binary-wheel-packages-for-linux-are-coming `_). Executing
35+ from `pypi ` as a binary wheel (`see here < http://scikit-learn-general.narkive
36+ .com/44ywvAHA/binary-wheel-packages-for-linux-are-coming> `_). Executing
3737``export OPENBLAS_NUM_THREADS=1 `` should disable such behaviours and make numpy
3838only use a single core at a time.
3939
@@ -42,5 +42,5 @@ Model persistence
4242
4343auto-sklearn is mostly a wrapper around scikit-learn. Therefore, it is
4444possible to follow the `persistence example
45- http://scikit-learn.org/stable/modules/model_persistence.html#persistence-example `_
45+ < http://scikit-learn.org/stable/modules/model_persistence.html#persistence-example> `_
4646from scikit-learn.
You can’t perform that action at this time.
0 commit comments