Skip to content

Commit dfda401

Browse files
docs: add comments
1 parent 5896b55 commit dfda401

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/config-reproduction.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ experiment.patcher.mpatch=true
2727

2828
###
2929
### PATHS ###
30+
# THESE SHOULD ONLY BE CHANGED IF YOU KNOW WHAT YOU ARE DOING
3031
###
3132
# The path to the list of dataset
3233
experiment.datasets=/home/user/dataset/mined-cherries
@@ -41,6 +42,7 @@ experiment.processed-file=/home/user/evaluation-workdir/results/processed-reprod
4142

4243
###
4344
### SAMPLING ###
45+
# ALLOWS FOR RUNNING THE EVALUATION ON A SMALL SUBSET OF THE DATASET
4446
###
4547
experiment.sample-file = /home/user/evaluation-workdir/reproduction-sample.ser
4648
# Should the amount of data be reduced by sampling with a certain confidence?
@@ -67,6 +69,7 @@ experiment.repeats.end=1
6769

6870
###
6971
### MISC ###
72+
# THESE SHOULD ONLY BE CHANGED IF YOU KNOW WHAT YOU ARE DOING
7073
###
7174
# From which run id to start the experiments. Can be used to skip experimental runs.
7275
experiment.startid=0

0 commit comments

Comments
 (0)