X_train, X_test, y_train, y_test = train_test_split(X, y, test_size = 0.25, random_state = 0) …whats the significance of random_state=0?

前端 未结 0 1874
清酒与你
清酒与你 2020-11-28 02:11

What\'s the significance of random_state=0 in this particular line "X_train, X_test, y_train, y_test = train_test_split(X, y, test_size = 0.25, random

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