Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5fce9 commit 9d7220bCopy full SHA for 9d7220b
sklearn/datasets/_base.py
@@ -1404,7 +1404,7 @@ def load_sample_images():
1404
1405
1406
def load_sample_image(image_name):
1407
- """Load the numpy array of a single sample image
+ """Load the numpy array of a single sample image.
1408
1409
Read more in the :ref:`User Guide <sample_images>`.
1410
@@ -1416,7 +1416,7 @@ def load_sample_image(image_name):
1416
Returns
1417
-------
1418
img : 3D array
1419
- The image as a numpy array: height x width x color
+ The image as a numpy array: height x width x color.
1420
1421
Examples
1422
--------
0 commit comments