jpmml / jpmml-sklearn

Java library and command-line application for converting Scikit-Learn pipelines to PMML
GNU Affero General Public License v3.0
531 stars 117 forks source link

Support for lifelines #183

Open AbdealiLoKo opened 5 years ago

AbdealiLoKo commented 5 years ago

Just thought I'd put in a Feature Request to support lifelines - https://github.com/CamDavidsonPilon/lifelines

It has some form of compatibility with sklearn. https://lifelines.readthedocs.io/en/latest/Compatibility%20with%20scikit-learn.html

But after reading up on https://github.com/jpmml/sklearn2pmml-plugin I realized that it would need a java component for it to work.

vruusmann commented 1 year ago

Moved this issue back to the JPMML-SkLearn project, because preliminary analysis shows that there are not enough "interesting" classes in the lifelines package that would warrant setting up a separate Java project/library for that.

Also, my initial moves will be likely towards the scikit-survival package, which provides several estimator classes that can be approximated as regressors.

vruusmann commented 1 year ago

Cross-linking with https://github.com/jpmml/jpmml-sklearn/issues/174