Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created April 16, 2021 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/7d3f440106d18921c09f3facb5bd46f6 to your computer and use it in GitHub Desktop.
Save amankharwal/7d3f440106d18921c09f3facb5bd46f6 to your computer and use it in GitHub Desktop.
predictions = linear_regression.predict(xtest)
for i in range(len(predictions)):
print(predictions[x], xtest[x], [ytest[x]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment