jpmml / jpmml-evaluator-spark

PMML evaluator library for the Apache Spark cluster computing system (http://spark.apache.org/)
GNU Affero General Public License v3.0
94 stars 43 forks source link

Model "data schema" exploration methods #29

Open vruusmann opened 5 years ago

vruusmann commented 5 years ago

The transformer class should methods for querying model's "native" data schema (all fields as defined in the PMML document) and "mapped" schema (as was configured during transformer building). The return type of such methods could be Apache Spark's standard StructType, which can then be inspected and processed using built-in tools.