ValueError: `validation_split` is only supported for Tensors or NumPy arrays, found following types in the input: [,

后端 未结 0 1290
眼角桃花
眼角桃花 2021-02-08 08:16

I\'ve tried making both X and y as numpy array via

import numpy as np
X = np.array(X)
y = np.array(y)

but did not work, here\'s my full code for

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