I am really new to machine learning,i was going through some example on sklearn
Can someone explain me what really \"Random-state\" means in below e
The random state is simply the lot number of the set generated randomly in any operation. We can specify this lot number whenever we want the same set again.