Closed BurrowsWang closed 3 years ago
Required element PMML/
@isScorable=true is not defined
The exception message says it all - you're trying to create a model evaluator using a PMML document that does not contain a model element.
Please re-run your Apache Spark experiment so that the pipeline would contain a model-type estimator.
Yes, it seems the problem of incompatible scala version, when I changed the scala verison from 2.1 to 2.3, it works!
Environment:
Here is the PMML file I generated with jpmml-sparkml-1.5.12:
yet when I load this PMML file with jpmml-evaluator, the following Exception raised: