You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use scala write a LR model and start with stringindexer model, because i want use orgin data(including string feature and dpuble feature) to predict .
@@@@ female
Exception in thread "main" java.lang.NoSuchMethodError: org.dmg.pmml.Value.getValue()Ljava/lang/String;
at org.jpmml.evaluator.InputFieldUtil.getStatus(InputFieldUtil.java:309)
at org.jpmml.evaluator.InputFieldUtil.getStatus(InputFieldUtil.java:269)
at org.jpmml.evaluator.InputFieldUtil.prepareScalarInputValue(InputFieldUtil.java:133)
at org.jpmml.evaluator.InputFieldUtil.prepareInputValue(InputFieldUtil.java:112)
Thanks in advance for helping.
The text was updated successfully, but these errors were encountered:
i use scala write a LR model and start with stringindexer model, because i want use orgin data(including string feature and dpuble feature) to predict .
scala 2.11.8
spark 2.3.3
jmmp-spark 1.4.18
pmml-model 1.5.12
jpmml-evaluator-spark 1.2.2
List inputFields = model.getInputFields();
System.out.println(inputFields);
result:
System.out.println("@@@@ "+rawValue);
FieldValue inputFieldValue = inputField.prepare(rawValue);
result:
Thanks in advance for helping.
The text was updated successfully, but these errors were encountered: