Skip to content

Commit 0f88035

Browse files
committed
remove methylation artifact
1 parent 3fb79b6 commit 0f88035

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drevalpy/models/baselines/multi_omics_random_forest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ def __init__(self):
2727
"""
2828
super().__init__()
2929
self.pca = None
30-
self.methylation_features = None
3130

3231
@classmethod
3332
def get_model_name(cls) -> str:
@@ -101,7 +100,6 @@ def train(
101100
inputs["copy_number_variation_gistic"],
102101
inputs["fingerprints"],
103102
)
104-
self.methylation_features = cell_line_input.meta_info["methylation"]
105103

106104
methylation = self.pca.fit_transform(methylation)
107105

0 commit comments

Comments
 (0)