Skip to content

What features could be useful for predicting prices? #19

Answered by drunest
mltrev23 asked this question in Q&A
Discussion options

You must be logged in to vote

Add Sentiment as New Columns:

Calculate a daily sentiment score (e.g., average sentiment).
Add it as a new column to your financial dataset.
Train Your Model:

Use a straightforward model like Linear Regression or XGBoost with the combined data (financial + sentiment features).
Evaluate Results:

Check if adding the sentiment data improves your prediction accuracy.
Basically, just treat sentiment data as extra input columns alongside your financial factors, and train your model as usual.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mltrev23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants