CamDavidsonPilon / lifelines

Survival analysis in Python
lifelines.readthedocs.org
MIT License
2.37k stars 560 forks source link

[Feature Request] ONNX Export #1627

Open ogencoglu opened 3 months ago

ogencoglu commented 3 months ago

ONNX export (e.g. with https://onnx.ai/sklearn-onnx/ ) would be very beneficial for deploying trained models to any environment and programming language. Do you have such export options considering ONNX is the most popular common format for serving any machine learning or prediction model.

CamDavidsonPilon commented 3 months ago

Hi @ogencoglu, nothing like that exists natively in lifelines, unfortunately.

ogencoglu commented 3 months ago

Understood. Thanks!