Skip to content

Commit

Permalink
test: run l2g train with no CV
Browse files Browse the repository at this point in the history
  • Loading branch information
xyg123 committed Feb 12, 2025
1 parent 439c2c3 commit d03844d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gentropy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit d03844d

Please sign in to comment.