[Scikit-learn-general] [scikit-learn] plot SVM results and classification space

2013-04-25 Thread Gianni Iannelli
Hi everyone! I'm new to scikit and I'm gettin trouble with some visualization method!!! What I wanna do is visualize in a plot/graph, something like this: http://scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html Essentialy I would see the background color based on my

Re: [Scikit-learn-general] [scikit-learn] plot SVM results and classification space

2013-04-25 Thread Andreas Mueller
Hi Gianni. There is a fundamental problem with what you want to do, independent of SVMs. In the plot, the 2d plane of the pot represents the input space. Your input space is 6d. You can not represent 6d on a computer monitor (that I know of). So there is no way to plot your data. What you