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

Need help configuring Label Studio for time series classification #6847

Closed
Kusarok opened this issue Jan 3, 2025 · 4 comments
Closed

Need help configuring Label Studio for time series classification #6847

Kusarok opened this issue Jan 3, 2025 · 4 comments

Comments

@Kusarok
Copy link

Kusarok commented Jan 3, 2025

Hi everyone,

I'm trying to use Label Studio for a time series classification task, but I'm having trouble configuring it correctly. Specifically, I'm struggling to get the time axis and data values to display properly.

Could someone please provide guidance on how to set up Label Studio for time series data?

Any help would be greatly appreciated!

Thanks,

@Kusarok
Copy link
Author

Kusarok commented Jan 3, 2025

oanda_data_cleaned.csv

@heidi-humansignal
Copy link
Collaborator

heidi-humansignal commented Jan 10, 2025

Hello Kusarok,

Here is start, test this out and let us know if this works for you. You probably have to change the name of the columns.

<View>
  <!-- Define the timeseries data source -->
  <TimeSeries name="ts" valueType="url" value="$timeseries"
              timeColumn="time" timeFormat="%Y-%m-%d %H:%M:%S" sep=",">
    <!-- Define the data channel -->
    <Channel column="column1" legend="Column 1" strokeColor="#FF0000" />
  </TimeSeries>

  <!-- Define labels for classification -->
  <TimeSeriesLabels name="label" toName="ts">
    <Label value="Class 1" />
    <Label value="Class 2" />
    <!-- Add more labels as needed -->
  </TimeSeriesLabels>
</View>

Thank you,
Abu

Comment by Abubakar Saad
Workflow Run

@Kusarok
Copy link
Author

Kusarok commented Feb 15, 2025

Thank you for your effort, I did it and it was right, thank you.

@heidi-humansignal
Copy link
Collaborator

Hi there!

Glad to hear you were able to get it working!

Thanks,

Tyler Conlee
Head of Support
HumanSignal

Comment by Tyler Conlee
Workflow Run

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

No branches or pull requests

3 participants