Animplementationofthe'Bayesianregressionforlatentsourcemodel'methodforpredictingpricevariationofBitcoin.Youcanreadmoreaboutthemethodathttps://arxiv.org/pdf/1410.1231.pdf.
RequirementsPython3.5MongoDB3.2bigfloatprerequisitesInstallationMakesureyouhaveinstalledalltherequirementsandcreatedanisolatedPythonenvironmentforthisproject(optional).Thenfollowtheinstallationinstructions:
$gitclonehttps://github.com/stavros0/bitcoin-price-prediction.git$cdbitcoin-price-prediction$pipinstall-e.UsageUsetheokcoin.pyscripttogathermarketdatafromtheOKCoinSpotPriceAPIattheintervalofeverytenseconds.Bearinmindthatyouneedatleast721datapointssothatm=len(prices)-n>0.$pythonokcoin.pySeebitcoin-price-prediction/examplesforhowtousethebayesian_regression.pymodule.millionare.pyisintendedfortinkeringandexperimentingonlyandthereforewon'tdisplayanythingonthescreen.Thatis,youshouldtinkerwithmyscriptorwriteyourownscriptinstead.Inanycase,youhavetospeakPython.LicenseThisprojectislicensedunderthetermsoftheMITlicense.SeeLICENSEformoreinformation.
评论