Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng-Lin-Li authored Dec 6, 2017
1 parent 47803b6 commit 39d57a1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ Data range for DJIA: Aug 1, 2016 to Nov 30, 2017.
Data Source: Business Insider (record no.: 2,017), Reddit finance(4,383), facebook (11,528), yahoo finance(10,478), Twitter(24,271)
Structure Data: Facebook, Twritter.

### Predict Results:
Please refer [this link to the Jupyter code for results](https://github.com/Cheng-Lin-Li/Market-Trend-Prediction/source/Dow-Jones-Industrial-Average-Prediction-with-Media-Channel-Info-with-Social-Info.ipynb).

```text
T+1 Prediction
precision recall f1-score support
Decrease 0.00 0.00 0.00 7
Increase 0.70 1.00 0.82 16
avg / total 0.48 0.70 0.57 23
T+30 Prediction
precision recall f1-score support
Increase 1.00 1.00 1.00 23
avg / total 1.00 1.00 1.00 23
```


### Team members:
Cheng-Lin Li & YuCheng Guo

Expand Down

0 comments on commit 39d57a1

Please sign in to comment.