Suggestion to update the code for Segmenting the picture of Lena in regions
Hello Team, I have been following scikit-learn closely these days as I have been working on different machine learning algorithms. Thank you for making everything so simple. Your documents could be followed even by novice. Now, when I was working with spectral clustering, I found your example of *Segmenting the picture of Lena in regions *intuitive and wanted to try it. However, scipy has removed the scipy.misc.lena() module from their library, due to licensing issues. So, I request you to please update the code with any other image. Regards, Rajkiran Veldur
Hi Rajkiran, It sounds like you found an example from an old version of the scikit-learn documentation. After scipy removed that image, the example you're referring to was updated to this one: http://scikit-learn.org/stable/auto_examples/cluster/plot_face_segmentation.... Best, Jake Jake VanderPlas Senior Data Science Fellow Director of Open Software University of Washington eScience Institute On Sat, Jul 28, 2018 at 8:49 PM, Rajkiran Veldur <rajkiranvsgo@gmail.com> wrote:
Hello Team,
I have been following scikit-learn closely these days as I have been working on different machine learning algorithms. Thank you for making everything so simple. Your documents could be followed even by novice.
Now, when I was working with spectral clustering, I found your example of *Segmenting the picture of Lena in regions *intuitive and wanted to try it.
However, scipy has removed the scipy.misc.lena() module from their library, due to licensing issues.
So, I request you to please update the code with any other image.
Regards, Rajkiran Veldur
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn
You are looking at an old version of the documentation. In the up to date documentation, the picture has been replaced: http://scikit-learn.org/stable/auto_examples/cluster/plot_face_segmentation.... Sent from my phone. Please forgive typos and briefness. On Jul 29, 2018, 05:51, at 05:51, Rajkiran Veldur <rajkiranvsgo@gmail.com> wrote:
Hello Team,
I have been following scikit-learn closely these days as I have been working on different machine learning algorithms. Thank you for making everything so simple. Your documents could be followed even by novice.
Now, when I was working with spectral clustering, I found your example of *Segmenting the picture of Lena in regions *intuitive and wanted to try it.
However, scipy has removed the scipy.misc.lena() module from their library, due to licensing issues.
So, I request you to please update the code with any other image.
Regards, Rajkiran Veldur
------------------------------------------------------------------------
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn
Hi Jacob, Thanks for the update. That was real quick and helpful. Regards, Rajkiran Veldur On Sun, Jul 29, 2018 at 10:21 AM, Jacob Vanderplas < jakevdp@cs.washington.edu> wrote:
Hi Rajkiran, It sounds like you found an example from an old version of the scikit-learn documentation.
After scipy removed that image, the example you're referring to was updated to this one: http://scikit-learn.org/stable/auto_examples/cluster/ plot_face_segmentation.html
Best, Jake
Jake VanderPlas Senior Data Science Fellow Director of Open Software University of Washington eScience Institute
On Sat, Jul 28, 2018 at 8:49 PM, Rajkiran Veldur <rajkiranvsgo@gmail.com> wrote:
Hello Team,
I have been following scikit-learn closely these days as I have been working on different machine learning algorithms. Thank you for making everything so simple. Your documents could be followed even by novice.
Now, when I was working with spectral clustering, I found your example of *Segmenting the picture of Lena in regions *intuitive and wanted to try it.
However, scipy has removed the scipy.misc.lena() module from their library, due to licensing issues.
So, I request you to please update the code with any other image.
Regards, Rajkiran Veldur
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn
participants (3)
-
Gael Varoquaux -
Jacob Vanderplas -
Rajkiran Veldur