Skip to content

Commit baa1bb6

Browse files
committed
docs: Fix labeling config for timeseries segmenter
1 parent 2127a65 commit baa1bb6

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

label_studio_ml/examples/timeseries_segmenter/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ Use a configuration similar to the following:
3535
<Label value="Run"/>
3636
<Label value="Walk"/>
3737
</TimeSeriesLabels>
38-
<TimeSeries name="ts" valueType="url" value="$csv_url" timeColumn="time">
39-
<Channel column="sensorone" />
40-
<Channel column="sensortwo" />
38+
<TimeSeries name="ts" valueType="url" value="$csv_url">
39+
<Channel column="value" />
4140
</TimeSeries>
4241
</View>
4342
```

0 commit comments

Comments
 (0)