Skip to content

v3.1.1

Compare
Choose a tag to compare
@rjacobs914 rjacobs914 released this 11 Jul 18:48
· 184 commits to master since this release
66a7157

Changes since v3.0.3:

Refinement of tutorials, addition of Tutorial 7, Colab links as badges added for easier use.

mastml_predictor module added to help streamline making predictions (with option to include error bars) on new test data.

Basic parallelization added, which is especially useful for speeding up nested CV runs with many inner splits.

EnsembleModel now handles ensembles of GPR and XGBoost models.

Numerous improvements to plotting, including new plots (QQ plot), better axis handling and error bars (RvE plot), plotting and stats separated per group if groups are specified.

Improvements to feature selection methods. EnsembleModelFeatureSelector includes dummy feature references, added SHAP-based selector

Added assessment of baseline tests like comparing metrics to predicting the data average or permuted data test

Many miscellaneous bug fixes.