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 d78b618 commit 670fa6cCopy full SHA for 670fa6c
content/snakemake.md
@@ -29,7 +29,7 @@ for i in $(seq -w 1 ${num_rounds}); do
29
python generate_predictions.py \
30
--num-neighbors 7 \
31
--training-data data/train_${i}.csv \
32
- --test-data data/test_${i}.csv
+ --test-data data/test_${i}.csv \
33
--predictions results/predictions_${i}.csv
34
35
python plot_results.py \
0 commit comments