ValueError: x and y must have same first dimension, but have shapes (1,) and (2,)
I am trying to make a plot that illustrates a point on line created through linear regression. However I run into an err I don’t understand.
I am trying to make a plot that illustrates a point on line created through linear regression. However I run into an err I don’t understand.