Skip to content

Instantly share code, notes, and snippets.

@Davisy
Last active October 4, 2020 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Davisy/654985b85059ba4e86434aa19475223b to your computer and use it in GitHub Desktop.
Save Davisy/654985b85059ba4e86434aa19475223b to your computer and use it in GitHub Desktop.
# create a study object
study = optuna.create_study(study_name="randomForest_optimization",
direction="maximize",
sampler=TPESampler())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment