Skip to content

Instantly share code, notes, and snippets.

@sid321axn
Created August 26, 2020 18:13
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 sid321axn/3714d6c13290df75866c8f5362d3f022 to your computer and use it in GitHub Desktop.
Save sid321axn/3714d6c13290df75866c8f5362d3f022 to your computer and use it in GitHub Desktop.
#transforming predicted values
inv_yhat = sc.inverse_transform(y_pred_test_gru)
#transforming actual values of test set
inv_ytest = sc.inverse_transform(y_test)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment