Oblicz r^2 dla Pythona x i y
#calculating the R^2
lm.score(X,y)
NotACoder
#calculating the R^2
lm.score(X,y)