Skip to content

Commit 8d9db70

Browse files
committed
har_trees: Fix missing steps in README
1 parent 21a7fdf commit 8d9db70

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

examples/har_trees/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ mpremote mip install github:jonnor/micropython-zipfile
100100

101101
Copy example code
102102
```
103-
mpremote cp har_uci_trees.csv har_uci.testdata.npz timebased.py :
103+
mpremote cp uci_har.trees.csv uci_har.testdata.npz timebased.py :
104104
```
105105

106106
Run model evaluation on a test set
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"classes": {"LAYING": 0, "SITTING": 1, "STANDING": 2, "WALKING": 3, "WALKING_DOWNSTAIRS": 4, "WALKING_UPSTAIRS": 5}, "window_length": 128}

0 commit comments

Comments
 (0)