ordinary squares in DS course https://code.sololearn.com/c0UaNaQ2uXj0/?ref=app what`s wrong in my code?
8/9/2021 10:08:36 AM
Kosarevsky Dmitry2 Answers
New AnswerReplace the last two lines with this: Z = np.linalg.lstsq(X, y, rcond=None)[0] print(Z.round(2))
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message