jpmml / jpmml-transpiler

Java Transpiler (Translator + Compiler) API for PMML
GNU Affero General Public License v3.0
28 stars 2 forks source link

Example about loading pre-transpiled PMML service provider JAR files #23

Open vruusmann opened 1 year ago

vruusmann commented 1 year ago

See https://github.com/jpmml/jpmml-evaluator/issues/257

The README file provides a TL;DR example that deals with in-memory transpilation.

However, in-memory transpilation is not a very common usage scenario. A much more relevant TL;DR example would be one, where PMML XML file is pre-emptively transpiled into a PMML service provider JAR file, and then loaded in a different time/place into an org.jpmml.evaluator.Evaluator instance.