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

Adding support for InterpretML EBM models #198

Closed lukedex closed 3 months ago

lukedex commented 4 months ago

Hi, Is there a way to implement JPMML over interpretML EBM models (which are sklearn based I believe).

Thanks