iamDecode / sklearn-pmml-model

A library to parse and convert PMML models into Scikit-learn estimators.
BSD 2-Clause "Simplified" License
76 stars 15 forks source link

GBM Importer #20

Closed moyanojv closed 3 years ago

moyanojv commented 4 years ago

Hello,

Are in your scope an importer for GBM models?

Thanks in advance

iamDecode commented 4 years ago

Yep, I would definitely like to include GBM models. What language/toolkit do you use to train and export the GBM model to PMML?

moyanojv commented 4 years ago

In R we use to train 'gbm' and/or 'LightGBM'. The transformation to PMML is done using 'pmml' and/or 'r2pmml'

Thanks