machine_learning_examples icon indicating copy to clipboard operation
machine_learning_examples copied to clipboard

Fixed the ValueError: too many values to unpack

Open stoufa opened this issue 7 years ago • 0 comments

get_data() returns 4 elements, I fixed this by adding 2 dummy variables dummy1 and dummy2 X, Y, dummy1, dummy2 = get_data()

stoufa avatar Mar 19 '18 09:03 stoufa