Skip to content

Instantly share code, notes, and snippets.

@panicpotatoe
Created March 18, 2019 08:52
Show Gist options
  • Select an option

  • Save panicpotatoe/89b114cddfcbd7f18187aaf42e029b2c to your computer and use it in GitHub Desktop.

Select an option

Save panicpotatoe/89b114cddfcbd7f18187aaf42e029b2c to your computer and use it in GitHub Desktop.
# Predicting the Test set results
y_pred = regressor.predict(X_test)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment