Closed parsifal9 closed 2 years ago
Hey, did you run it multiple times?
I configured Optuna (the library used for the hyperparameter optimization) in a way that it saves the state of the trials.
If you re-run it with n_trials=20
it will run 20 additional trials - counting from the last saved trial number.
You can remove the saved states by deleting the database file. In your case it should be called XGBoost_wheat_anthesis.db
.
Hi Kathrin, that is great. I was thinking that a restart facility would be very useful, and there was one there the whole time. Thanks R
Hi Kathrin
for one of my data sets I am setting the parameters as.
This is a very time consuming process so I have n_trials=20. However the process runs out of time and gives this output for XGBoost
Why does it get to a "Trial 40" when I set n_trials=20? Do these refer to different things?
bye R oops -- title should be "n_trials", not "n_trails" Sounds like I was thinking of "entrails" R