import numpy as npimport matplotlib.pyplot as plt%matplotlib ... plt.scatter(X,y) x = np.linspace(1,11,50) plt.plot(x,w*x + b,color ...
確定! 回上一頁