Calcule el r^2 para x e y python
#calculating the R^2
lm.score(X,y)
NotACoder
#calculating the R^2
lm.score(X,y)