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 abcbd47 commit 6f1fda9Copy full SHA for 6f1fda9
scripts/examples/breaking_iid_demo.sh
@@ -11,7 +11,7 @@ MU_PART=5 # Spread of Skellam distribution for local imbalance
11
N_TREES=1000 # Number of trees
12
13
EXPERIMENT_ID="breaking_iid_demo"
14
-SCRIPT="../py/rf_training_breaking_iid.py"
+SCRIPT="./rf_training_breaking_iid.py"
15
16
BASE_SCRIPT="mpirun -n ${N_RANKS} python ${SCRIPT} --n_classes ${N_CLASSES} --n_samples ${N_SAMPLES} --n_features ${N_FEATURES} --peak $((N_CLASSES / 2)) --n_trees ${N_TREES} --experiment_id ${EXPERIMENT_ID}"
17
0 commit comments