Trying to implement a function to visualize the decision boundaries and I get ValueError: ‘red’ is not a valid color value
I am trying to use a perceptron in the Iris data set and implement a function to visualize the decision
boundaries but I get this ValueError: ‘red’ is not a valid color value.