Created
November 18, 2022 03:47
-
-
Save kperry2215/ca26d6eb86a9463169032614df546651 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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