Skip to content

Commit 448e16e

Browse files
committed
Start the redo of explore/exploit tension.
1 parent be1ffd7 commit 448e16e

6 files changed

Lines changed: 267992 additions & 2 deletions

backend/src/notebooks/jacob/250716_r1_explore_exploit_tension.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
# Example configuration
27-
NAME = "250716-r1-explore-exploit-tension"
27+
NAME = "250812-r1-explore-exploit-tensionV2"
2828

2929
random_forest_config = FolDEModelConfig(
3030
name="RandomForest",
@@ -153,5 +153,5 @@
153153
activity_column="DMS_score",
154154
max_rounds=3,
155155
random_seed=42,
156-
num_workers=10,
156+
num_workers=5,
157157
)

0 commit comments

Comments
 (0)