Skip to content

Commit 64ce2ea

Browse files
authored
Update README.md
1 parent 096d054 commit 64ce2ea

File tree

1 file changed

+3
-1
lines changed
  • label_studio_ml/examples/timeseries_segmenter

1 file changed

+3
-1
lines changed

label_studio_ml/examples/timeseries_segmenter/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Time Series Segmenter for Label Studio
22

3+
https://github.com/user-attachments/assets/9f6a7ebb-bf3e-42d5-bde9-087719494f2d
4+
35
This example demonstrates a minimal ML backend that performs time series segmentation.
46
It trains a small LSTM neural network on labeled CSV data and predicts segments
57
for new tasks. The backend expects the labeling configuration to use
@@ -303,4 +305,4 @@ environment:
303305

304306
**For short time series:**
305307
- Reduce sequence size (`SEQUENCE_SIZE=20`) for sequences shorter than 50 timesteps
306-
- Reduce hidden size (`HIDDEN_SIZE=32`) to prevent overfitting
308+
- Reduce hidden size (`HIDDEN_SIZE=32`) to prevent overfitting

0 commit comments

Comments
 (0)