Skip to content
/ gep Public

Visualizing a research project on predicting the GBPUSD rate, supervised by Eugene Neduv

Notifications You must be signed in to change notification settings

my2582/gep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for Geopolitical Event Probabilities

Visualizing a research project on predicting the GBPUSD rate, supervised by Eugene Neduv

  • Features are sentiment scores and volumes in news articles, and option-implied volatility.
    • sentiment scores is defined as a normalized number of news sentiment.
    • We gathered all news with Brexit tags from Reuter news archive from 2015 to 2018.
  • We take those three features and express them as a combined probability function

Used Bokeh and ran a Bokeh server on my laptop

My responsibilities include

  • writing this dashboard from the scratch.
  • consolidating and verifying existing works.
  • writing a prediction model using XGBoost

Screenshots

Two Plots on Sentiment Analyses

1) Sub-topic: F/X Market

  • Aggregation frequency: Weekly
  • Aggregation method: Proportion of positive news
  • This sub-topic was manually identified after applying topic modeling

FX Market

2) Sub-topic: Global Financial Market

  • Aggregation frequency: Weekly
  • Aggregation method: Proportion of positive news

Stock Market

A Plot on Combined Probability

  • Top: combined probability function with sliding bars for various weights applied to this function
  • Bottom: three features are plotted
    • Option-implied volatility, sentiment scores (polarity), news volumes in order (left to right)

Combined probability

Predicting a direction of GBPUSD rates

  • Accuracy: 0.58
  • Feature importances: 3 came from non-traditional features, 1 came from traditonal feature, option-implied volatility
    • News counts(Most contributed to prediction), Subjectivity (3rd), Positive polarity(4th)
    • Option-implied volatility (2nd)

Feature Importances

Photos

Photo of the poster

Photo of me

About

Visualizing a research project on predicting the GBPUSD rate, supervised by Eugene Neduv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published