Bitcoin real time prediction using SNARIMA by
riverml
andBinance API
- 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, run
docker stop bitcoin
- to delete all images & containers, run
docker system prune -a
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)