You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Sebastian, you are right, the loop could run for all the folds.
It is done that way for computational reasons. It is doing a holdout validation (so just an approximation anyways) that runs inside a bayesian optimization loop. So you can also modify the number of rounds of bayesian optimization if you want to find a better solution.
for loop running 1:1
Should maybe be 1.length(folds) ?
The text was updated successfully, but these errors were encountered: