I am new to machine learning. And got little confused with this matplotlib.pyplot function

后端 未结 0 1142
有刺的猬
有刺的猬 2021-01-27 12:34
plt.scatter(X[:n_pts,0],X[:n_pts,1])
plt.scatter(X[n_pts:,0]),X[n_pts:,1]

what is the difference between both the methods?

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