Releases: iuliivasilev/dev-survivors
Releases · iuliivasilev/dev-survivors
Simplified, accelerated, tested
- Support of string values in models
- Added stratified trees (CoxPH, AFT, or other can be used as sheets)
- Improved code readability
- Functional unit tests added
- Improved documentation
Redesigned, restructured and accelerated
- Increased performance of models (accelerated by 15-40 percent). Load profiling was performed via profile and snakeviz.
- Restructured external models from stratified_model.py to a separate module.
- Realized wrappers of classical AFT and CoxPH models.
- Build a parallelized Bootstrap model
- Refactor scipy code of sf and isf counting (statistics values and p-values).
- Added documentation
v1.6.2
The version is synchronized with PyPI
v1.6.0
Wrappers for lifelines library models are implemented in the "external" module.
Built new structure of leaf models. Now, we can use external models as leaf_model in tree-based approaches. Parameters for leaf_model set as "leaf_" at tree initialization step.
Increased performance of CRAID and BootstrapCRAID models.
Added new Parallel Bootstrap CRAID model (works with n_jobs parameter).
v1.5.0
The first open-access working library for conducting experiments in Ph.D. theses at the faculty of Computational Mathematics and Cybernetics of Lomonosov Moscow State University.