The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Export Logistic Reg Model Into PMML File

soesanto_happysoesanto_happy Member Posts: 1 Learner II
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

Answers

  • David_ADavid_A Administrator, Moderator, Employee-RapidMiner, RMResearcher, Member Posts: 297 RM Research
    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
Sign In or Register to comment.