sklearn的train_test_split函数的random_state

  咱们使用sklearn进行机器学习以前,通常使用train_test_split来进行数据集的分割,其参数random_state表明什么呢?python >>>from sklearn.model_selection import train_test_split >>> x = [1,2,3,4,5,6,7,8,9,10] >>> y = [1,2,3,4,5,6,7,8,9,10] x
相关文章
相关标签/搜索