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

Multivariate time series #65

Open
vshali24 opened this issue Jan 2, 2020 · 6 comments
Open

Multivariate time series #65

vshali24 opened this issue Jan 2, 2020 · 6 comments

Comments

@vshali24
Copy link

vshali24 commented Jan 2, 2020

Hi,
Is it possible to use it for multivariate time series dataset??

@daterdots
Copy link
Member

Are you more interested in:

  1. Multiple labels for the same data channel?
  2. The same label kind, but with the ability to apply this label across different timestamp ranges for different channels in the same data set?
  3. A combination of the above where you can apply different labels to different channels?

@vshali24
Copy link
Author

vshali24 commented Jan 3, 2020

My data is in format like
Timestamp:: Value1:: Value2:: Value3:: till n values
Like you are doing for one value, I would like to visualize the all the values in different columns of csv columns and label them altogether.
I basically want to visualize all values and then want to decide labels.
Is it possible?

@daterdots
Copy link
Member

Hi @vshali24 - we have added a new "multi-series labeling" capability. Download the sample CSV to see how it's formatted, then import that sample CSV to give it a whirl!

@vshali24
Copy link
Author

@daterdots great!!

@reesehopkins
Copy link

I tested it out and it works! For my use cases, it doesn't matter if the sensor A, B, or C is labeled. It's all the same event. Not hard to clean up in post-processing. Just pivot and fillna(axis=1).

@daterdots
Copy link
Member

@reesehopkins nice! I am glad that works for you 👍

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

3 participants