注意:此页面搜索的是所有试题
请写出下方代码的功能
train, test = train_test_split(data, test_size=0.3)

参考答案