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 @@ -213,7 +213,7 @@ Auto-sklearn wraps scikit-learn and therefore inherits its parallelism implement
213213scikit-learn uses two modes of parallelizing computations:
214214
2152151. By using joblib to distribute independent function calls on multiple cores.
216- 2. By using lower level libraries such as OpenML and numpy to distribute more fine-grained
216+ 2. By using lower level libraries such as OpenMP and numpy to distribute more fine-grained
217217 computation.
218218
219219This means that Auto-sklearn can use more resources than expected by the user. For technical
@@ -225,7 +225,7 @@ with the number of requested CPUs). This can be done by setting the following en
225225variables: ``MKL_NUM_THREADS ``, ``OPENBLAS_NUM_THREADS ``, ``BLIS_NUM_THREADS `` and
226226``OMP_NUM_THREADS ``.
227227
228- More details can be found in the `scikit-learn docs <https://scikit-learn.org/stable/computing/parallelism.html?highlight=joblib#parallelism> `
228+ More details can be found in the `scikit-learn docs <https://scikit-learn.org/stable/computing/parallelism.html?highlight=joblib#parallelism >`_.
229229
230230Meta-Learning
231231=============
@@ -236,7 +236,7 @@ Which datasets are used for meta-learning?
236236We updated the list of datasets used for meta-learning several times and this list now differs
237237significantly from the original 140 datasets we used in 2015 when the paper and the package were
238238released. An up-to-date list of `OpenML task IDs <https://docs.openml.org/#tasks >`_ can be found
239- on `github <https://github.com/automl/auto-sklearn/blob/master/scripts/update_metadata_util.py >`_
239+ on `github <https://github.com/automl/auto-sklearn/blob/master/scripts/update_metadata_util.py >`_.
240240
241241How can datasets from the meta-data be excluded?
242242------------------------------------------------
You can’t perform that action at this time.
0 commit comments