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 2127a65 commit baa1bb6Copy full SHA for baa1bb6
label_studio_ml/examples/timeseries_segmenter/README.md
@@ -35,9 +35,8 @@ Use a configuration similar to the following:
35
<Label value="Run"/>
36
<Label value="Walk"/>
37
</TimeSeriesLabels>
38
- <TimeSeries name="ts" valueType="url" value="$csv_url" timeColumn="time">
39
- <Channel column="sensorone" />
40
- <Channel column="sensortwo" />
+ <TimeSeries name="ts" valueType="url" value="$csv_url">
+ <Channel column="value" />
41
</TimeSeries>
42
</View>
43
```
0 commit comments