SurPyval icon indicating copy to clipboard operation
SurPyval copied to clipboard

A Python package for survival analysis. The most flexible survival analysis package available. SurPyval can work with arbitrary combinations of observed, censored, and truncated data. SurPyval can als...

Results 10 SurPyval issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

I'm having trouble with the examples you provide on the github and documentation sites. In a new Python 3.10 virtual environment I tried running: ```python from surpyval import Weibull from...

Hi, I find this python package very helpful for analyzing weibull data. However, I found the documentation on "Mixture models" could be more elaborate. I was using the following example:...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

In `docs/Non-Parametric Estimation.rst`, under Turnbull Estimation, is the equation for M(s) correct? I wouldn't have expected M(s) to be in the denominator on the right hand side. Perhaps it was...

Hello, I am trying to save locally a survival model. But I get an error. Below an example: ``` import surpyval as surv import numpy as np import pickle from...

Add to the docs how to do testing locally.

although the parametric fitter has a pandas fit option. Need to extend that to nonparametric and different data wrangling utils. Once done need to update docs.

good first issue