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 6f1fda9 commit 6183c1aCopy full SHA for 6183c1a
scripts/scaling_experiments/strong_scaling/n6_m4/baseline.sh
@@ -19,7 +19,7 @@ ml load mpi/openmpi
19
source "${BASE_DIR}"/special-couscous-venv/bin/activate # Activate virtual environment.
20
21
# Set hyperparameters of synthetic dataset and random forest model.
22
-# We estimated 1,500 trees should be trainable in serial in 3 days
+# We estimated 1,500 trees to be trainable in serial in 3 days
23
# and chose a close number evenly divisible by 64 (scaling exps).
24
N_SAMPLES=1000000
25
N_FEATURES=10000
0 commit comments