Skip to content

Instantly share code, notes, and snippets.

@jrzaurin
Created March 9, 2019 12:47
Show Gist options
  • Save jrzaurin/6dcb51237040203fda884bf9838edec6 to your computer and use it in GitHub Desktop.
Save jrzaurin/6dcb51237040203fda884bf9838edec6 to your computer and use it in GitHub Desktop.
optimizer = opt.BayesianOptimization(iterations=maxevals)
optimizer.set_experiment_guidelines(
model_initializer=lgb.LGBMClassifier,
model_init_params=params,
model_extra_params=extra_params
)
optimizer.go()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment