huseinzol05 / Stock-Prediction-Models

Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
Apache License 2.0
8.04k stars 2.83k forks source link

Need code to apply models on multivariate time series problems!! #69

Closed Arunkumar0258 closed 4 years ago

Arunkumar0258 commented 4 years ago

Hi, Came across this amazing repository. I am currently working on a time series problem with my own data and using your notebooks as reference. Can you please make a notebook on how to extend any of the Timeseries models for multivariate features such as Dayofweek or month or something?

Would be appreciated if that could be possible? Thanks and Cheers :)

Arunkumar0258 commented 4 years ago

The code is alrady working for multivariate time series problems.

cody-vandervoort commented 3 years ago

What adjustement did you make for it to work with multivariate? Was it an adjustment to the shape of the scalar function?