We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096d054 commit 64ce2eaCopy full SHA for 64ce2ea
label_studio_ml/examples/timeseries_segmenter/README.md
@@ -1,5 +1,7 @@
1
# Time Series Segmenter for Label Studio
2
3
+https://github.com/user-attachments/assets/9f6a7ebb-bf3e-42d5-bde9-087719494f2d
4
+
5
This example demonstrates a minimal ML backend that performs time series segmentation.
6
It trains a small LSTM neural network on labeled CSV data and predicts segments
7
for new tasks. The backend expects the labeling configuration to use
@@ -303,4 +305,4 @@ environment:
303
305
304
306
**For short time series:**
307
- Reduce sequence size (`SEQUENCE_SIZE=20`) for sequences shorter than 50 timesteps
-- Reduce hidden size (`HIDDEN_SIZE=32`) to prevent overfitting
308
+- Reduce hidden size (`HIDDEN_SIZE=32`) to prevent overfitting
0 commit comments