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

Need to Export Pipeline Without Specifying Model #61

Closed
sfahad1414 opened this issue Apr 10, 2019 · 2 comments
Closed

Need to Export Pipeline Without Specifying Model #61

sfahad1414 opened this issue Apr 10, 2019 · 2 comments

Comments

@sfahad1414
Copy link

We had done modeling in tensorflow using keras and export the model and hosting it using DL4J. but before the model gets hits we need to do some preprocessing so we had made a pipeline using spark for which contains string indexer, standard scaler and vectorizer but does not contain any modeling like regression or classification. when we try to export Pipeline got Error Message Expected a pipeline with one or more models, got a pipeline with zero models, maybe it should allow exporting pipeline with transformation steps.

@vruusmann
Copy link
Member

See jpmml/jpmml-converter#11

@vruusmann
Copy link
Member

See jpmml/jpmml-sklearn#86

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