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

Support for transformer-only pipelines #11

Closed
vruusmann opened this issue Oct 10, 2018 · 3 comments
Closed

Support for transformer-only pipelines #11

vruusmann opened this issue Oct 10, 2018 · 3 comments

Comments

@vruusmann
Copy link
Member

Based on jpmml/jpmml-sklearn#86

At the moment it's impossible to generate transformer-only pipelines, because the ModelEncoder#encodePMML(Model) method applies a set of visitors that clean the soon-to-be-generated PMML document from all unused preprocessing instructions:
https://github.com/jpmml/jpmml-converter/blob/master/src/main/java/org/jpmml/converter/ModelEncoder.java#L53-L56

Possible solution: class ModelEncoder should provide a "transformer-only" conversion mode.

@vruusmann
Copy link
Member Author

Related to jpmml/jpmml-evaluator#96

In other words, there should be an API for producing transformer-only PMML documents, and then consuming them.

@wunderbarr
Copy link

Hello,
When could we expect this "transformer-only" conversion mode?
And our team is looking forward to this mode :)
Moreover, if it is possible, a full example could be provided first before this mode, e.g for PCA.
Because I am not familiar with PMML file, it is difficult and confusing for me to adjust relevant configuration as your suggestion in Support for transformer-only pipelines.
Thank you!

@sin-en-2009
Copy link

Hello,
When could we expect this "transformer-only" conversion mode?
And my team is looking forward to this mode :)
I am not familiar with PMML file, it is difficult and confusing for me to adjust relevant configuration as your suggestion in Support for transformer-only pipelines.
And how do I look at the results of the data transformation, which is what the data looks like before I put it into the evaluator?
Thank you!

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

3 participants