Skip to content

Bitcoin real time prediction using SNARIMA by riverml and Binance API

Notifications You must be signed in to change notification settings

HikariJadeEmpire/bitcoin_real_time_prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

bitcoin_real_time_prediction

Bitcoin real time prediction using SNARIMA by riverml and Binance API

Preview

bitcoin_example_01
bitcoin_example_02

Usage

  • clone this repo
  • set current directory to this_repo/predict_app
  • run docker build -t bitcoin:0 .
  • run docker run --name bitcoin -d -p 8080:8080 bitcoin:0
  • open your browser and type localhost:8080

To close & delete

  • to close, run docker stop bitcoin
  • to delete all images & containers, run docker system prune -a

Details

code :

Algorithm : SNARIMA
data type : time series
evaluation : Root Mean Squared Error (RMSE) score
recommendation feature details : The recommendation feature works best when the RMSE score is at its lowest. (e.g. 0.001)

Releases

No releases published

Packages

No packages published