python-machine-learning-book
python-machine-learning-book copied to clipboard
why this is the self.eta*X.T.dot(errors) rather than the -self.eta*X.T.dot(errors)
thanks for your book,i have a small question by reading chapter 2
by its defination , i think the negative symbol is necessary.

Thanks for the comment. I was just double checking and it looks correct to me:
