Trying to convert list from train_test_split to a vector for SageMaker in Python

后端 未结 0 1182
余生分开走
余生分开走 2020-12-21 01:51

I need to convert these lists to vectors for SageMaker. I tried doing this:

x_train, x_test, y_train, y_test = train_test_split(x, y, test_size = 0.33, random         


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