Skip to content

v1.2.6

Choose a tag to compare

@github-actions github-actions released this 21 Mar 17:17
· 671 commits to refs/heads/development since this release
e7c697f

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