Skip to content

Instantly share code, notes, and snippets.

@kperry2215
Created November 18, 2022 03:47
Show Gist options
  • Save kperry2215/ca26d6eb86a9463169032614df546651 to your computer and use it in GitHub Desktop.
Save kperry2215/ca26d6eb86a9463169032614df546651 to your computer and use it in GitHub Desktop.
<View>
<Header value="Time Series classification" style="font-weight: normal"/>
<TimeSeriesLabels name="label" toName="ts">
<Label value="0″/>
<Label value="1″/>
</TimeSeriesLabels>
<TimeSeries name="ts" value="$csv" valueType="url">
<Channel column="first_column"/>
</TimeSeries>
</View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment