jpmml / jpmml-sparkml

Java library and command-line application for converting Apache Spark ML pipelines to PMML
GNU Affero General Public License v3.0
267 stars 80 forks source link

Duplicate `OutputField` elements #92

Closed ScavengerDD closed 4 years ago

ScavengerDD commented 4 years ago
ScavengerDD commented 4 years ago

org.jpmml.evaluator.InvalidElementException (at or around line 9860 of the PMML document): Element OutputField is not valid

vruusmann commented 4 years ago

There are duplicate OutputField elements with name probability(0) and probability(1).

This looks like a duplicate of https://github.com/jpmml/jpmml-sparkml-xgboost/issues/13

Please upgrade all JPMML conversion libraries to their latest versions.