Skip to content

Instantly share code, notes, and snippets.

@shashankprasanna
Created February 12, 2020 00:22
Show Gist options
  • Save shashankprasanna/05b90a364e81e84152653f2db90a2da3 to your computer and use it in GitHub Desktop.
Save shashankprasanna/05b90a364e81e84152653f2db90a2da3 to your computer and use it in GitHub Desktop.
tuner = HyperparameterTuner(rapids_estimator,
objective_metric_name='test_acc',
hyperparameter_ranges=hyperparameter_ranges,
strategy='Bayesian',
max_jobs=1,
max_parallel_jobs=1,
objective_type='Maximize',
metric_definitions=[{'Name': 'test_acc', 'Regex': 'test_acc: ([0-9\\.]+)'}])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment