spacetimeformer icon indicating copy to clipboard operation
spacetimeformer copied to clipboard

Adding additional dataset for training

Open ferdinandl007 opened this issue 2 years ago • 6 comments

I want to train spacetimeforme on a custom data said however, I'm struggling a little bit to understand the training code, as there is not much documentation yet. I have the following columns which I wanna predict for each next time step for a university project.

[ 'ETH_open', 'ETH_high', 'ETHT_low', 'ETH_close', 'Volume BTC', 'Volume USDT', 'ETH_tradecount', 'BTC_open', 'BTC_high', 'BTC_low', 'BTC_close', 'BTC_tradecount', 'LTC_open', 'LTC_high', 'LTC_low', 'LTC_close', 'Volume LTC', 'LTC_tradecount' ]

Any help would be greatly appreciated!

Sample notebook can be found here, which creates the dataset, https://colab.research.google.com/drive/19PKi0gQvVbtI7eZOELNby1mveiSXMhNX?usp=sharing

ferdinandl007 avatar Apr 25 '22 09:04 ferdinandl007