Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 583 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 583 Bytes

ec2-spot-price-forecaster

Requirements

  • Python 3.6 or above - it doesn't matter conda env or virtenv
  • All the packages described in requirements file
  • Decompress dataset file
# inside of dataset folder
unzip eu-west-1.csv.zip

How does it run?

Just run the arima or lstm script with no arguments

# inside of src folder
python arima_prediction.py
python lstm_prediction.py

Some usefull informaton