Created
July 1, 2020 16:58
-
-
Save pycaret/e28e10f9ff820ca2a46e08f7aa9d127f to your computer and use it in GitHub Desktop.
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
#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