Skip to content

Commit 38bcba7

Browse files
authored
Fix typo and link formatting
1 parent 96b9ad0 commit 38bcba7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/faq.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Auto-sklearn wraps scikit-learn and therefore inherits its parallelism implement
213213
scikit-learn uses two modes of parallelizing computations:
214214

215215
1. 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

219219
This 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
225225
variables: ``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

230230
Meta-Learning
231231
=============
@@ -236,7 +236,7 @@ Which datasets are used for meta-learning?
236236
We updated the list of datasets used for meta-learning several times and this list now differs
237237
significantly from the original 140 datasets we used in 2015 when the paper and the package were
238238
released. 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

241241
How can datasets from the meta-data be excluded?
242242
------------------------------------------------

0 commit comments

Comments
 (0)