Why are my y_test and y_train stored as string? How to convert them to an array representation of images?

前端 未结 0 1944
难免孤独
难免孤独 2020-12-12 10:57

Here\'s the piece where I\'ve split the data :

X_train, X_test , y_train , y_test  = train_test_split(data, labels ,test_size = 0.3, random_state  = 1 )
prin         


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