最佳答案
I have two vectors of data and I've put them into pyplot.scatter()
. Now I'd like to over plot a linear fit to these data. How would I do this? I've tried using scikitlearn
and np.polyfit()
.