ValueError: 'c' argument has 3449 elements, which is not acceptable for use with 'x' with size 3449, 'y' with size 3449

后端 未结 0 1052
一生所求
一生所求 2021-01-05 22:18

I\'m working on a sactter plot using of clusters.

plt.figure(1)
plt.scatter(x_train.iloc[:,0:1:], x_train.iloc[:,2:3],c=prediction, marker="o", pick         


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