Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 421 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 421 Bytes

BitCoin-Price

BitCoin Price, developed using Python using data from Yahoo Finance. The white noise in the data checked using the Ljung Box test. Finding standard deviation, moving average and bollinger bands as parameters of the closing prices, to classify whether it goes up or down, using Logistic regression, Support vector classifier and random forest. The price prediction models using an ARIMA time series model.