x = [5.0, 22.5] y = [5.0 * theta[1] + theta[0], 22.5 * theta[1] + theta[0]] plt.plot(x, y, color="red") plt.title("Linear Regression") ...
確定! 回上一頁