Skip to content

Commit

Permalink
chore: Snakemake setup all
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwissel committed Jun 26, 2024
1 parent 17aa02a commit 312e425
Show file tree
Hide file tree
Showing 58 changed files with 3,225 additions and 4,597 deletions.
22 changes: 18 additions & 4 deletions paper/config.json → config/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"random_state": 42,
"datasets_last": [
"BLCA"
],
"datasets": [
"BLCA",
"BRCA",
Expand All @@ -12,8 +15,9 @@
"OV",
"STAD"
],
"datasets_last": ["LUSC"],
"datasets_lel": ["BLCA"],
"datasets_lel": [
"BLCA"
],
"n_outer_splits": 5,
"n_outer_repetitions": 25,
"pc_n_components": 16,
Expand All @@ -25,7 +29,15 @@
"seed": 42,
"shuffle_cv": true,
"timing_reps": 5,
"l1_ratio_tuned": [0.1, 0.5, 0.7, 0.9, 0.95, 0.99, 1],
"l1_ratio_tuned": [
0.1,
0.5,
0.7,
0.9,
0.95,
0.99,
1
],
"pc_n_components_tuned": [
8,
16,
Expand Down Expand Up @@ -66,7 +78,9 @@
0.4,
0.6
],
"tune_batch_size": [1024],
"tune_batch_size": [
1024
],
"random_search_n_iter": 50,
"error_score": 100
}
8 changes: 8 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
snakemake_min_version: "7.30.1"
mambaforge_version: "23.3.1-0"
config_path: "config/config.json"
datasets:
["BLCA", "BRCA", "HNSC", "KIRC", "LGG", "LIHC", "LUAD", "LUSC", "OV", "STAD"]
random_seed: 42
n_outer_repetitions: 25
n_outer_splits: 5
1 change: 0 additions & 1 deletion paper/.Rprofile

This file was deleted.

46 changes: 0 additions & 46 deletions paper/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions paper/paper.Rproj

This file was deleted.

Loading

0 comments on commit 312e425

Please sign in to comment.