Skip to content

Instantly share code, notes, and snippets.

@kiddojazz
Created January 15, 2023 16:45
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 kiddojazz/f1c1641d70907679da9692b4745a8771 to your computer and use it in GitHub Desktop.
Save kiddojazz/f1c1641d70907679da9692b4745a8771 to your computer and use it in GitHub Desktop.
#Get the model predicted price values
predictions = model.predict(x_test)
predictions = scaler.inverse_transform(predictions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment