8000 DOC Fixes sphinx error and combines dataset module in whats new (#21900) · scikit-learn/scikit-learn@5298509 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5298509

Browse files
authored
DOC Fixes sphinx error and combines dataset module in whats new (#21900)
1 parent 5acebb0 commit 5298509

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

doc/whats_new/v1.1.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ Changelog
103103
hole; when set to True, it returns the swiss-hole dataset. :pr:`21482` by
104104
:user:`Sebastian Pujalte <pujaltes>`.
105105

106+
- |Fix| :func:`datasets.fetch_openml` is now thread safe. Data is first downloaded
107+
to a temporary subfolder and then renamed.
108+
:pr:`21833` by :user:`Siavash Rezazadeh <siavrez>`.
109+
106110
:mod:`sklearn.decomposition`
107111
............................
108112

@@ -328,13 +332,6 @@ Changelog
328332
to train and pickle the model on 64 bit machine and load the model on a 32
329333
bit machine for prediction. :pr:`21552` by :user:`Loïc Estève <lesteve>`.
330334

331-
:mod:`sklearn.datasets`
332-
...................
333-
334-
- |Fix| :func:`datasets.fetch_openml` is now thread safe. Data is first downloaded
335-
to a temporary subfolder and then renamed.
336-
:pr:`21833` by :user:`Siavash Rezazadeh <siavrez>`.
337-
338335
Code and Documentation Contributors
339336
-----------------------------------
340337

0 commit comments

Comments
 (0)
0