Hi,
Whenever used Scikit-learn algorithm (sklearn.model_selection.train_test_split), is recommended to used the parameter ( random_state=42) to produce the same results across a different run.
why we used the integer (42)?
can we use another number?
thanks