From d03844d7ba22daa3e97e8967f3916a6eb4c239d7 Mon Sep 17 00:00:00 2001 From: xyg123 Date: Wed, 12 Feb 2025 09:58:54 +0000 Subject: [PATCH] test: run l2g train with no CV --- src/gentropy/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gentropy/config.py b/src/gentropy/config.py index a2f39f9f5..0d1e5a82a 100644 --- a/src/gentropy/config.py +++ b/src/gentropy/config.py @@ -302,7 +302,7 @@ class LocusToGeneConfig(StepConfig): hf_hub_repo_id: str | None = "opentargets/locus_to_gene" hf_model_commit_message: str | None = "chore: update model" download_from_hub: bool = True - cross_validate: bool = True + cross_validate: bool = False _target_: str = "gentropy.l2g.LocusToGeneStep"