compbiomed-unito / survhive

Convenient, opinionated wrapper around some (deep) survival models
MIT License
2 stars 0 forks source link

Survtrace integration #8

Closed IvanUniTO closed 11 months ago

IvanUniTO commented 1 year ago

Survtrace

Todo

  1. create a fork,
  2. run it using its current deps in a conda env, collect some results fro its example notebook and generate tests.
  3. Try upgrading deps to those of this project,
  4. create pyproject.toml,
  5. integrate.
IvanUniTO commented 1 year ago
IvanUniTO commented 1 year ago

Original conda deps are broken. Solved by moving all deps to conda and adding sebp channel. results on Metabric look OK: less than 1% difference on IPCW and Brier scores when running on CPU instead of GPU. Looks OK.

IvanUniTO commented 1 year ago

Generated a test on metabric

IvanUniTO commented 1 year ago

Upgraded reqs to be on par with those of survhive.

Test passes if using rounding to the second decimal of scores. Reasonable.

IvanUniTO commented 1 year ago

Pip-installable branch: https://github.com/IvanUniTO/SurvTRACE/releases/tag/1.0.1+hive

IvanUniTO commented 11 months ago

done