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

Adding data having same TimeStamp but different source #146

Closed
abhishekju06 opened this issue Jun 19, 2023 · 6 comments
Closed

Adding data having same TimeStamp but different source #146

abhishekju06 opened this issue Jun 19, 2023 · 6 comments
Labels
question Further information is requested

Comments

@abhishekju06
Copy link

Issue description

Hi Wenjie,

I want to prepare my dataset having same Timestamp but from different source. Can you please let me know how to do it?

@abhishekju06 abhishekju06 added the question Further information is requested label Jun 19, 2023
@WenjieDu
Copy link
Owner

Please don't ask me too-general questions like this, much less it's not related to PyPOTS. I'm not a free tutor. If you want to raise a discussion, please at least show that you gave your thought to it. Google it and do your research first. Thanks.

@abhishekju06
Copy link
Author

I didn't find any such preprocessing code that supports the generation of dataset having same timestamp but different sources in PyPOTS. That was the reason I asked you. Thanks for such reply.

@WenjieDu
Copy link
Owner

Out of question, a library couldn't and also is impossible to contain all functions that users may need, especially for such a personalized step as data preprocessing.

Some suggestions here. You can try to merge all features together, say you have 3 features for data from one source and you have 5 sources, then you have 15 features after merging. This is like the preprocessing of the dataset AirQuality in SAITS paper. Or you can organize different sources into one more dimension, say it location dim. Then you need models having the capability of handling the data with such one more dimension, like spatial-temporal models.

@abhishekju06
Copy link
Author

abhishekju06 commented Jul 21, 2023 via email

@abhishekju06
Copy link
Author

abhishekju06 commented Jul 21, 2023 via email

@WenjieDu
Copy link
Owner

No problem. You can follow me to receive the latest news about PyPOTS.

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

No branches or pull requests

2 participants