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 f317279 commit a7e1a48Copy full SHA for a7e1a48
1 file changed
examples/har_trees/har_run.py
@@ -65,7 +65,7 @@ def main():
65
model = emlearn_trees.new(10, 1000, 10)
66
67
dataset = 'har_uci'
68
- dataset = 'har_exercise_1'
+ #dataset = 'har_exercise_1'
69
70
model_path = f'{dataset}_trees.csv'
71
0 commit comments