v1.2.6
·
671 commits
to refs/heads/development
since this release
Changes
- forced NaiveMeanEffectsPredictor (#169) @PascalIversen
- updated requirements
- test restructuring: now baseline tests, single drug model tests, neural network tests for non-single drug models, adapted tests for the bugs
- MultiOmicsNN: removed unused self.methylation_features
🐛 Bug Fixes
- Minor bug fixes for DIPK, MOLIR, and SuperFELTR (#161) @JudithBernett
- DIPK fix for batch size 1
- MOLIR/SuperFELTR: removed VarianceThreshold selection. Now always selecting min(1000, n_features) most variable features from the dataset
- MOLIR/SuperFELTR fix for if self.model is None
- MOLIR/SuperFELTR: moved duplicated code to utils