Skip to content

Instantly share code, notes, and snippets.

@WillKoehrsen
Created June 27, 2018 23:57
Show Gist options
  • Save WillKoehrsen/6bcbe130cf683e0dbd6e8c5aefdf78d1 to your computer and use it in GitHub Desktop.
Save WillKoehrsen/6bcbe130cf683e0dbd6e8c5aefdf78d1 to your computer and use it in GitHub Desktop.
from hyperopt import hp
# Create the domain space
space = hp.uniform('x', -4, 6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment