How to properly split train/test with Random seed and np.random.rand()?

前端 未结 0 960
小蘑菇
小蘑菇 2021-02-05 00:33

Why using numpy.random.seed():

np.random.seed(40)

Does not garant me always the same train/test split with np.random.rand ?



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题