louisoutin / deep_gas_oracle

Unofficial implementation of the paper: "Step on the Gas? A Better Approach for Recommending the Ethereum Gas Price"
MIT License
22 stars 6 forks source link

Extending the prediction model #1

Open OxMarco opened 3 years ago

OxMarco commented 3 years ago

Hi, I am trying to use your work together with a SARIMAX statistical model to determine the upcoming trend for gas prices in the following days. Have you tried to decompose the series maybe relating the bigger fluctuations to Google Searches (using Google Trends dataset)?

louisoutin commented 3 years ago

Hello, No I didn't tried to add any data source on top of the gas price statistics. My work stop to the implementation of the cited paper. It uses LSTM's to determine the upcoming trend for the gas price.