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
So the split into trainining, validation and test sets is always the same. There is no cross-validation.
I suggest replacing "seed=1234" with "seed=1234+ itr + 10*r_itr"
The text was updated successfully, but these errors were encountered:
AdenilsonJr23
changed the title
a problem with the seed in get_main.py
a problem with the seed in main_RandomSearch.py
Nov 4, 2024
In the code below, the seed is the same for each itr in range(OUT_ITERATION) and each r_itr in range(RS_ITERATION).
So the split into trainining, validation and test sets is always the same. There is no cross-validation.
I suggest replacing "seed=1234" with "seed=1234+ itr + 10*r_itr"
The text was updated successfully, but these errors were encountered: