Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about data markup and prediction of this field in time series #667

Closed
pskucherov opened this issue Jan 26, 2025 · 1 comment
Closed

Comments

@pskucherov
Copy link

Hi!
I want to mark up price data so that it predicts not the price value itself, but by what percentage the price will change in the future relative to the current situation.

Initially, I thought of solving this problem using long term forecasting, but it is obviously not suitable for marked up data, since it is this markup that needs to be predicted and it will not be in the real data.

It looks like a classification problem, but it has a time series and time dependence, and this confuses me. And maybe I should use Imputation?

What do you think is the best way to solve this problem?

@wuhaixu2016
Copy link
Member

Hi, I think the most reliable solution for your question is just predicting the future time series but further calculating the change percentage based on your time series prediction.

Note that if you model this problem as classification, you may need to handle 100 classes (depends on the fineness of the categorizes), which is hard for current techniques.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants