基於Python3的arima模型訓練——出現類型轉換報錯

model = ARIMA(stock_train, order=(2, 1, 2),freq=None) spa result = model.fit()索引 報錯信息:Cannot cast ufunc subtract output from dtype('float64') to dtype('int64') with casting rule 'same_kind' it 緣由是因爲讀取
相關文章
相關標籤/搜索