The code provide a flexible interface to pulls Google Trend and Yahoo Finance indexes data to train Machine Learning models of choice on the data. Models can then be used to predict Bitcoin price based on Google Trend and Yahoo Finance indexes.
pip install -r requirements.txt
python test.py
- LinearRegression
- RidgeRegression
- SVMRegression
- LASSORegression
Special thanks to Anh Le, software engineer at Google for help.