Skip to content

Instantly share code, notes, and snippets.

@pycaret
Created July 1, 2020 16:58
Show Gist options
  • Save pycaret/e28e10f9ff820ca2a46e08f7aa9d127f to your computer and use it in GitHub Desktop.
Save pycaret/e28e10f9ff820ca2a46e08f7aa9d127f to your computer and use it in GitHub Desktop.
#tune with default n_iter i.e. 10
tuned_dt1 = tune_model('dt')
#tune with n_iter = 50
tuned_dt2 = tune_model('dt', n_iter = 50)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment