Reputation: 99418
In sciki learn, RandomForestClassifier() and train_test_split() both have random_state parameter.
RandomForestClassifier()
train_test_split()
random_state
Statistically, does it matter if I set them to be the same seed? Will that be wrong? Thanks.
Upvotes: 0
Views: 118
Reputation: 914
Nothing will be wrong to set the same seed.
Upvotes: 1