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

前端 未结 0 1357
-上瘾入骨i
-上瘾入骨i 2021-02-08 08:24

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

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