Closed testlambda693 closed 3 years ago
java.lang.IllegalArgumentException: 2010-02-18 00:00:00
You've generated a datetime string "2010-02-18 00:00:00", which violates basic ISO 8601 requirements.
Fix your datetime formatting logic.
This issue has nothing to do with the JPMML software stack (especially the JPMML-Evaluator(-Python) library).
Also, next time, spend 10 seconds and format your issue properly. It's such a mess (also kind of suggests why your own application code never works).
Hi Vilo,
I am able to create a PMML based on the following pipeline
I want to get the day of the week from the date.
A pmml file is created:
Running the
gives me the error