简体   繁体   中英

Python Time Series for Multiple Input and One Output

My time series dataset include multiple input and one output. All variable float64, normally i can apply multiple linear regression but i can't because of timestamp :( So, what is the best method for this problem such as AR, MA, ARIMA, ARIMAX, VAR, SARIMAX, etc.?

-Timestamp : 8/8/2016 23:06
-output : 102.5
-i1 : 75.705162 
-i2 : 62.113856 
-i3 : 60.498154
-i4 : -1.7119
-i5 : -1.1292
-i6 : -1.0315
-i7 : 1511.6539 
-i8 : 1518.7246 
-i9 : 1589.8241
-...

您可以使用RNN_LSTM模型,您可以根据自己的数据轻松更改输入和输出的形状或大小。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM