square / pysurvival

Open source package for Survival Analysis modeling
https://www.pysurvival.io/
Apache License 2.0
350 stars 106 forks source link

Export utilities for use without model object #12

Open vanAmsterdam opened 5 years ago

vanAmsterdam commented 5 years ago

Hi, this seems like a very useful library with cool features, including the metrics concordance index, brier score etc. For users who want to use their own model fit / estimation methods (like me), would it be a good addition to export the metrics (and maybe other functions) to work without having to specify a model argument?