pysurvival icon indicating copy to clipboard operation
pysurvival copied to clipboard

Open source package for Survival Analysis modeling

Results 67 pysurvival issues
Sort by recently updated
recently updated
newest added

Doesn't seem to work with `pip install pysurvival`. ``` ... pysurvival/cpp_extensions/non_parametric.cpp(349): error C2065: 'M_PI': undeclared identifier pysurvival/cpp_extensions/non_parametric.cpp(364): error C2065: 'M_PI': undeclared identifier error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe'...

I've had some success using other methods to predict survival for my business problem. However, I can _never_ get either of the multi class methods to work. I'm met each...

The error message is prompted by the step function in the rprop.py file in the user torch directory. You only need to initialize the variable that reports the error in...

Hello! It looks like the Conditional Survival Forest model I fitted ran successfully, but I'm unable to save the model or use it to predict.

Hello! There were several approximations proposed in the original paper [here](https://arxiv.org/pdf/1605.03391.pdf), but which method was used to approximate the p-value for Conditional Survival Forests? Additionally, is the final p-value used...

I have noticed that PySurvival does not really follow the priniciples of scikit-learn. Starting with the fact that you input X, T, E, instead of X, y. Further GridSearchCV cannot...

Can MTLR or other models handle multilabel classification?

Hi, It would be great if you could provide a conda recipe. I am already working on this and it is ready to be previewed and merged by the conda...

For others such as predict_survival, predict_hazard, predict_cdf, implementation in[ models.py](https://github.com/square/pysurvival/blob/master/pysurvival/models/__init__.py) are used in Simulations. However for predict_risk, in Simulations, instead of using the one in models.py , it uses the...