[scikit-learn] Suggestion to update the code for Segmenting the picture of Lena in regions

2018-07-28 Thread Rajkiran Veldur
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

Re: [scikit-learn] Suggestion to update the code for Segmenting the picture of Lena in regions

2018-07-28 Thread Jacob Vanderplas
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 Va

Re: [scikit-learn] Suggestion to update the code for Segmenting the picture of Lena in regions

2018-07-28 Thread Gael Varoquaux
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.html ⁣Sent from my phone. Please forgive typos and briefness.​ On Jul 29, 2018, 05:51, at 05:51, Ra