Skip to content

Commit

Permalink
har70+ dataset in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeadie committed Jan 23, 2024
1 parent df35c4d commit de75656
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .spice/datasets/har70plus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: spiceai.samples.har70_plus
type: view
migrations:
- name: create_view
sql: |
CREATE OR REPLACE VIEW spiceai.samples.har70_plus AS (
SELECT "timestamp", back_x, back_y, back_z, thigh_x, thigh_y, thigh_z, label FROM testmluploads.samples."har70plus.csv" limit 50
)

0 comments on commit de75656

Please sign in to comment.