File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,10 @@ Changelog
103
103
hole; when set to True, it returns the swiss-hole dataset. :pr: `21482 ` by
104
104
:user: `Sebastian Pujalte <pujaltes> `.
105
105
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
+
106
110
:mod: `sklearn.decomposition `
107
111
............................
108
112
@@ -328,13 +332,6 @@ Changelog
328
332
to train and pickle the model on 64 bit machine and load the model on a 32
329
333
bit machine for prediction. :pr: `21552 ` by :user: `Loïc Estève <lesteve> `.
330
334
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
-
338
335
Code and Documentation Contributors
339
336
-----------------------------------
340
337
You can’t perform that action at this time.
0 commit comments