Skip to content

Commit

Permalink
chore: restore l2g flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Nov 4, 2024
1 parent 07fd50b commit 888faf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ot_orchestration/dags/config/genetics_etl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ nodes:
step.hyperparameters.n_estimators: 100
step.hyperparameters.max_depth: 5
step.hyperparameters.loss: log_loss
step.download_from_hub: true
+step.session.extended_spark_conf: "{spark.kryoserializer.buffer.max:500m, spark.sql.autoBroadcastJoinThreshold:'-1'}"

- id: l2g_predict
Expand All @@ -206,6 +205,7 @@ nodes:
step.predictions_path: gs://ot_orchestration/releases/24.10_freeze6/locus_to_gene_predictions
step.feature_matrix_path: gs://ot_orchestration/releases/24.10_freeze6/locus_to_gene_feature_matrix
step.credible_set_path: gs://ot_orchestration/releases/24.10_freeze6/credible_set
step.download_from_hub: true

- id: l2g_evidence
prerequisites:
Expand Down

0 comments on commit 888faf4

Please sign in to comment.