Skip to content

Instantly share code, notes, and snippets.

@crawftv
Created April 11, 2019 04:02
Show Gist options
  • Save crawftv/a12f7f84be8f8e3900f681404032ce4a to your computer and use it in GitHub Desktop.
Save crawftv/a12f7f84be8f8e3900f681404032ce4a to your computer and use it in GitHub Desktop.
Skopt Tutorial - GBRT
gbrt_result = gbrt_minimize(func=fitness,
dimensions=dimensions,
n_calls=12,
n_jobs=-1,
x0=default_parameters)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment