Created
April 11, 2019 04:02
-
-
Save crawftv/a12f7f84be8f8e3900f681404032ce4a to your computer and use it in GitHub Desktop.
Skopt Tutorial - GBRT
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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