--- title: Time Series Segmenter for Label Studio type: guide tier: all order: 51 hide_menu: true hide_frontmatter_title: true meta_title: Time Series Segmenter for Label Studio meta_description: Tutorial demonstrating a minimal ML backend that performs time series segmentation in Label Studio. categories: - Time Series - Segmentation image: "/guide/ml_tutorials/timeseries.png" --- # Time Series Segmenter for Label Studio This example demonstrates a minimal ML backend that performs time series segmentation. It trains a small LSTM neural network on labeled CSV data and predicts segments for new tasks. The backend expects the labeling configuration to use `` and `` tags.