@@ -265,9 +265,9 @@ Loading other datasets
265
265
Sample images
266
266
-------------
267
267
268
- Scikit-learn also embed a couple of sample JPEG images published under Creative
268
+ Scikit-learn also embeds a couple of sample JPEG images published under Creative
269
269
Commons license by their authors. Those images can be useful to test algorithms
270
- and pipeline on 2D data.
270
+ and pipelines on 2D data.
271
271
272
272
.. autosummary ::
273
273
@@ -286,9 +286,9 @@ and pipeline on 2D data.
286
286
.. warning ::
287
287
288
288
The default coding of images is based on the ``uint8 `` dtype to
289
- spare memory. Often machine learning algorithms work best if the
290
- input is converted to a floating point representation first. Also,
291
- if you plan to use ``matplotlib.pyplpt.imshow `` don't forget to scale to the range
289
+ spare memory. Often machine learning algorithms work best if the
290
+ input is converted to a floating point representation first. Also,
291
+ if you plan to use ``matplotlib.pyplpt.imshow ``, don't forget to scale to the range
292
292
0 - 1 as done in the following example.
293
293
294
294
.. topic :: Examples:
@@ -428,7 +428,7 @@ the earliest version of a dataset that is still active. That means that
428
428
``fetch_openml(name="miceprotein") `` can yield different results at different
429
429
times if earlier versions become inactive.
430
430
You can see that the dataset with ``data_id `` 40966 that we fetched above is
431
- the version 1 of the "miceprotein" dataset::
431
+ the first version of the "miceprotein" dataset::
432
432
433
433
>>> mice.details['version'] #doctest: +SKIP
434
434
'1'
0 commit comments