Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 499 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 499 Bytes

tweet-stock-prediction

use tweets to predict public mood of market, weight, and stock price (gain/loss)

git clone https://github.com/big-data-project-group2/tweet-stock-prediction.git

# 查看所有branch
git branch 

# IF you are developing about stock price
git checkout feature/tweets 

# ELSE-IF you are developing about tweets
git checkout feature/tweets 

git pull