--- title: Time Series Classification type: templates category: Time Series Analysis cat: time-series-analysis order: 605 meta_title: Time Series Classification Data Labeling Template meta_description: Template for classifying time series data with Label Studio for your machine learning and data science projects. --- If you need to train a machine learning model to classify time series data, create a dataset using this template. This template provides a way for annotators to classify the entire time series signal graph, and an option to classify specific parts of the graph as types of activity. You can combine these classification methods or use only one. ## Interactive Template Preview
## Labeling Configuration ```html
``` ## About the labeling configuration All labeling configurations must be wrapped in [View](/tags/view.html) tags. You can add a [header](/tags/header.html) to provide instructions to the annotator: ```xml
``` The `style` parameter overrides the default styling of the header to show a normal font weight instead of bold. The [Choices](/tags/choices.html) control tag lets annotators classify the entire time series graph: ```xml ``` The [TimeSeriesLabels](/tags/timeserieslabels.html) control tag lets annotators classify specific regions of the time series graph as specific activities: ```xml ``` The [TimeSeries](/tags/timeseries.html) object tag specifies the location of the time series data: ```xml ``` ## Related tags - [Header](/tags/header.html) - [Choices](/tags/choices.html) - [TimeSeriesLabels](/tags/timeserieslabels.html) - [TimeSeries](/tags/timeseries.html) ## Related templates - [Time Series Labeling](time_series.html)