We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb79b6 commit 0f88035Copy full SHA for 0f88035
drevalpy/models/baselines/multi_omics_random_forest.py
@@ -27,7 +27,6 @@ def __init__(self):
27
"""
28
super().__init__()
29
self.pca = None
30
- self.methylation_features = None
31
32
@classmethod
33
def get_model_name(cls) -> str:
@@ -101,7 +100,6 @@ def train(
101
100
inputs["copy_number_variation_gistic"],
102
inputs["fingerprints"],
103
)
104
- self.methylation_features = cell_line_input.meta_info["methylation"]
105
106
methylation = self.pca.fit_transform(methylation)
107
0 commit comments