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

How to add future features to predict #46

Closed
Zlus-yu opened this issue Jun 28, 2024 · 1 comment
Closed

How to add future features to predict #46

Zlus-yu opened this issue Jun 28, 2024 · 1 comment

Comments

@Zlus-yu
Copy link

Zlus-yu commented Jun 28, 2024

Hello, thank you very much for providing such excellent work. I am now studying the photovoltaic power prediction and would like to test it with your TimeMixer. I have data in the same format as the ETT dataset, with slightly different feature fields: ['date',...(other features), target feature], here my (other features) are some weather features, such as irradiance, temperature, humidity, etc. target feature is the actual power generation. And the resolution of my dataset is 15min(96 points a day). Now I think, using the historical data of the past 5-10 days (historical weather and historical power), combined with the weather data of the next 10 days (960 points), to predict the power of the next 10 days (960 points), how can I adjust the input variables of the network? I notice that the model now supports using future temporal features for prediction, but the future temporal features seem to be encoded time series, which I don't quite understand, I think the main factor that affects power is future weather data, so I want to add future weather data for forecasting power

@kwuking
Copy link
Owner

kwuking commented Jul 1, 2024

Thank you for your interest in our work. Currently, TimeMixer supports the addition of future features, such as future weather data. You can refer to the relevant explanations in our README and make slight modifications to the configuration. If you need to operate on a specific private dataset, you will need to add the corresponding dataloader. Please refer to the related implementations in our dataloader for guidance.

@kwuking kwuking closed this as completed Jul 8, 2024
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