Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save techwithshadab/69f7b958b4de0482a23caff3a14c49c9 to your computer and use it in GitHub Desktop.
Save techwithshadab/69f7b958b4de0482a23caff3a14c49c9 to your computer and use it in GitHub Desktop.
print(model.predict([80]))
y_pred=model.predict(X_test)
print(r2_score(y_test,y_pred))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment