mlresearch.utils.check_random_states¶ mlresearch.utils.check_random_states(random_state, n_runs)[source]¶ Create random states for experiments. Used to create seeds for different initializations. Returns: random_stateslistA list of random states with length n_runs.