-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎨🐛 update overfitting analysis (25MNAR)
- 🐛 remove metadata fpath from train_X.yaml - also run KNN comp. with workflow v2 with a share of 25MNAR
- Loading branch information
Henry
committed
Dec 7, 2023
1 parent
052ed78
commit 49d628b
Showing
16 changed files
with
73 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FN_INTENSITIES: data/dev_datasets/df_intensities_proteinGroups_long/Q_Exactive_HF_X_Orbitrap_6070.pkl | ||
sample_completeness: 0.5 | ||
min_RT_time: 120 | ||
frac_mnar: 0.25 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
# config for Snakefile_v1 | ||
# fit permuted data to the same model as the original data | ||
config_split: config/permuted_dataset/split.yaml # proteinGroups | ||
config_split: config/permuted_dataset/split.yaml # proteinGroups | ||
config_train: config/single_dev_dataset/proteinGroups/train_{model}.yaml | ||
folder_experiment: runs/permuted #/proteinGroups | ||
fn_rawfile_metadata: # no metadata for permuted data | ||
cuda: False | ||
models: | ||
- Median | ||
- CF | ||
- DAE | ||
- VAE | ||
- KNN | ||
- Median | ||
- CF | ||
- DAE | ||
- VAE | ||
- KNN | ||
NAGuideR_methods: | ||
- lls | ||
- knnmethod | ||
- rf | ||
# - impseq # fails | ||
- KNN_IMPUTE | ||
# - RF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
FN_INTENSITIES: data/dev_datasets/df_intensities_proteinGroups_long/Q_Exactive_HF_X_Orbitrap_6070_permuted.pkl | ||
sample_completeness: 0.5 | ||
frac_mnar: 0.25 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
epochs_max: | ||
- 100 | ||
- 100 | ||
repeats: 5 | ||
folder: "runs/repeat_best_split" | ||
levels: | ||
- proteinGroups | ||
- peptides | ||
- evidence | ||
- proteinGroups | ||
- peptides | ||
- evidence | ||
fn_rawfile_metadata: data/dev_datasets/df_intensities_{level}_long/metadata.csv | ||
config_split: 'config/single_dev_dataset/{level}/split.yaml' | ||
config_train: 'config/single_dev_dataset/{level}/train_{model}.yaml' | ||
repitition_name: 'repeat' | ||
config_split: "config/single_dev_dataset/{level}/split.yaml" | ||
config_train: "config/single_dev_dataset/{level}/train_{model}.yaml" | ||
repitition_name: "repeat" | ||
file_format: pkl | ||
cuda: True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
epochs_max: | ||
- 100 | ||
- 100 | ||
repeats: 5 | ||
folder: "runs/repeat_best_train" | ||
levels: | ||
- proteinGroups | ||
- peptides | ||
- evidence | ||
- proteinGroups | ||
- peptides | ||
- evidence | ||
fn_rawfile_metadata: data/dev_datasets/df_intensities_{level}_long/metadata.csv | ||
config_split: 'config/single_dev_dataset/{level}/split.yaml' | ||
config_train: 'config/single_dev_dataset/{level}/train_{model}.yaml' | ||
repitition_name: 'repeat' | ||
config_split: "config/single_dev_dataset/{level}/split.yaml" | ||
config_train: "config/single_dev_dataset/{level}/train_{model}.yaml" | ||
repitition_name: "repeat" | ||
file_format: pkl | ||
cuda: True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
project/config/single_dev_dataset/proteinGroups/train_KNN.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
neighbors: 3 | ||
file_format: csv | ||
fn_rawfile_metadata: data/dev_datasets/df_intensities_proteinGroups_long/metadata.csv | ||
file_format: csv |
3 changes: 1 addition & 2 deletions
3
project/config/single_dev_dataset/proteinGroups/train_Median.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
file_format: csv | ||
fn_rawfile_metadata: data/dev_datasets/df_intensities_proteinGroups_long/metadata.csv | ||
file_format: csv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters