Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 345 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 345 Bytes

win-prediction

Make predictions on the activity of BNB-USD in 5-minute intervals

run.py:

  • runs the program made of the following modules

getData.py:

  • gets BNB-USD data using polygon API

prepData.py:

  • processes data from getData.py to be used in training / predicting

train.py:

  • trains model

predict.py:

  • predicts using trained model