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

Performing Transformations without Evaluation #138

Closed
Geoiv opened this issue Dec 20, 2018 · 1 comment
Closed

Performing Transformations without Evaluation #138

Geoiv opened this issue Dec 20, 2018 · 1 comment

Comments

@Geoiv
Copy link

Geoiv commented Dec 20, 2018

JPMML Devs,

Your library continues to be incredibly useful to me, and I am curious if there is a way to accomplish a particular functionality with it. I am working in a very specific environment where translation of transformers is requiring a a great deal of manual work, due to the structure of the transformers - they were not designed with translation to PMML in mind, to say the least. As a result, it would be incredibly helpful for testing successful tanslation to be able to send CSV data to pmml-evaluator-executable-1.4-SNAPSHOT.jar as shown in your example code and have the transformed data output to a CSV, without an evaluation/estimation being applied. Is this at all possible with this project/JAR file?

As always, I am very appreciative of any advice you may have for me, and look forward to hearing from you.

@vruusmann
Copy link
Member

Closing this as functional duplicate of #96

You might want to check out pull request #116. To make it work as a command-line application, you need to modify class org.jpmml.evaluator.EvaluationExample, and replace the use(s) of ModelEvaluator with Transformer.

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