Onchip Technologies Pvt. Ltd.
Onchip Technologies Pvt. Ltd.
Here is a code snippet to reproduce this error from finrl.meta.data_processor import DataProcessor from finrl.config_tickers import DOW_30_TICKER API_KEY = "PKFZO57AZCL2J9TBL7LY" API_SECRET = "LGXALuN2TgJX3dxXRsOLZXZgje16WH9of8cJfFGA" API_BASE_URL = 'https://paper-api.alpaca.markets' DP = DataProcessor(data_source =...
> Could you explain to me please, when you mean multivariate, you still have only one target variable that you are predicting but just want to have other independent variables...
> > You can load a dataframe in long format with the column "item_id" as shown in the [Colab Demo 1](https://colab.research.google.com/drive/1DRAzLUPxsd-0r8b-o4nlyFXrjw_ZajJJ?usp=sharing#scrollTo=vT93Ks5tSvzq) > > ``` > > import pandas as pd...