Export Logistic Reg Model Into PMML File

User: "soesanto_happy"
New Altair Community Member
Updated by Jocelyn
Can you please tell me how to export a model into PMML file?
I have issue on exporting my logistic regression model into PMML file.
Thank you

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "David_A"
    New Altair Community Member
    Hi,

    the Logistic Regression model is based on the H2O library, which unfortunately does not support PMML model export.
    As an alternative approach, you could use the Logistic Regression to ExampleSet operator from the Converters extension from the marketplace (link) which gives you an example set representation of the model.

    Best,
    David