Skip to content

Instantly share code, notes, and snippets.

@WillKoehrsen
Last active July 2, 2018 14:49
Show Gist options
  • Save WillKoehrsen/c94038d63c81e245fadfcd6f7f674f5b to your computer and use it in GitHub Desktop.
Save WillKoehrsen/c94038d63c81e245fadfcd6f7f674f5b to your computer and use it in GitHub Desktop.
# Sample from the full space
example = sample(space)
# Dictionary get method with default
subsample = example['boosting_type'].get('subsample', 1.0)
# Assign top-level keys
example['boosting_type'] = example['boosting_type']['boosting_type']
example['subsample'] = subsample
example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment