'Should I put a random state for random forests?

just a general question for random forest algorithm:

I guess in order to run the random forest more efficiently I need to change the training dataset.

So I don't need to use

random_state=0

is this right?

thanks a lot



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source