I have 5 variables nu, gamma, %train error, %test error and %validate error. I have nearly a set of nearly 1000 values for the % errors for a set of nu and gamma.

I wish to plot (line preferably) the %train error for a set of nu- as x-axis and gamma as y-axis.

Similarly would like to do the same of other 2 errors.

I am trying this in Python.

I have designed a 3D plot for the same but I only wish to display the error values on the plot and not the nu and gamma values.

Similar questions and discussions