Python Forum
Utilize input predictions for Supervised Learning
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Utilize input predictions for Supervised Learning
#1
Hi guys,

Currently I am working on a paper in order to research the usefulness of ML in order to predict Forex Exchange Rates using Supervised Learning techniques. So far, my model is based on monthly predictions utilizing economic indicators like GDP, Inflation or Unemployment.
Now, there exist forecasts for each of the indicators listed above, e.g. it is predicted that the GDP is going to change by 4,2% next month due to certain events. This information is obviously useless for training the model, but can it be used for predictions in the future? As far as I know, some traders rely on upcoming political / economic events in order to improve their chanes to make profit. If it is possbile, how can I achieve that?
Reply
#2
Usually, in your case. Two factors are really important, viz Technical Analysis and Public mood.The public mood definitely depends on upcoming political/economic events. One way to go forward is to use twitter to know about the latest news that can affect the Forex exchange rates. You need a sentiment classifier that can classify tweets about the financial market. You also need to cluster the tweets into various categories such as tweets related to customer service are clustered separately from the tweets that actually affect the exchange rates such as financial news.
Then you can use sentiment analyser on the tweets related to finance. Next step is to integrate it with your technical analysis.There are various approaches in that too.
You can either use the sentiment along with the result from the technical analyser to train a different model.But there are other ways too.
Reply
#3
Thanks for your response!

What you describe makes sense, however, I want to focus on fundamental analysis due to various reasons. I would like to use an economic calender (https://tradingeconomics.com/calendar) that shows previous and future events and their impact. I just need an approach to include predictions of a certain feature in the final prediction, if that makes sense.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Supervised learning, tree based model - problems splitting data Pixel 0 667 May-16-2023, 05:25 PM
Last Post: Pixel
  How to save predictions made by an autoencoder Glasgow1988 0 1,557 Jul-03-2020, 12:43 PM
Last Post: Glasgow1988
  Basic data analysis and predictions mates 15 6,877 Mar-14-2020, 09:06 PM
Last Post: mates
  Merge Predictions with whole data set mayanksrivastava 0 3,596 Jun-29-2017, 11:39 AM
Last Post: mayanksrivastava

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020