scikit-survival
scikit-survival copied to clipboard
ONNX export
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 model.
Exporting to ONNX is currently not implemented nor are there plans to add it in the near future.
Understood