v1.3.4
·
390 commits
to refs/heads/development
since this release
Changes
- Updated versions but no support for scipy 1.16.0 yet because of statsmodels/statsmodels#9584 (comment)
- Dataset.py: FeatureDataset from_csv now extracts meta info, to_csv saves it
- Removed hard-coded cell line/drug identifiers in visualization/utils.py
🐛 Bug Fixes
- various fixes (#235) @PascalIversen:
- Fixed inverse transform in cross_study_prediction
- Inverse transforming in train_and_predict for train and early stopping as well now
- Removed nested final_model directory
- Copying drug features before supplying it to train/predict functions, too, now. Forgot that previously