Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I convert model to pmml? #85

Closed
Mantj opened this issue Dec 25, 2019 · 1 comment
Closed

Can I convert model to pmml? #85

Mantj opened this issue Dec 25, 2019 · 1 comment

Comments

@Mantj
Copy link

Mantj commented Dec 25, 2019

I have a GBTClassificationModel, and I want to save it as pmml, but not put it into pipeline, what can I do?
thanks~

@vruusmann
Copy link
Member

The pipeline wrapper is required, because it holds all sorts of supporting metadata about the learning process (eg. column names).

It should be possible to bypass this "convenience layer", and work directly with lower JPMML-SparkML library layers and APIs. However, I don't have the time to guide you through there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants