Python, using numpy and sklearn ONLY. np.random.seed(16) x = np.arange(100) yp = 3*x + 3 + 2*(np.random.poisson(3*x+3,100)-(3*x+3)) np.random.seed(12)
確定! 回上一頁