the site is:
http://scikit-learn.org/stable/auto_examples/plot_cv_predict.html


The last line of the example code will cause the generated plot don't
response (cannot close the plot, cannot zoom in/out it, all I can do is to
restart the kernel of ipython notebook), in my case:

Fedora 22 + Python2.7.10 + matplotlib-1.4.3-py2.7


after change the last line "

fig.show

to

plt.show()

everything works well. so I think it need a update on this example code.
thanks.

-- 
不学习,不知道
------------------------------------------------------------------------------
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to