Closed alenhrga closed 3 years ago
Hi @alenhrga, Nyoka 4.3.0 is using an intermediate schema which lies between PMML schema 4.4 and 4.4.1. Now, as PMML schema 4.4.1 is out there, Nyoka will also be updated with the new schema which is already in progress. Thanks!
Sorry for the late reply!
Hi @alenhrga, Nyoka 4.4.0 has support for PMML schema 4.4.1. Check Release notes 4.4.0
I exported my SARIMAX model with latest Nyoka release (v4.3.0) and the resulting PMML file is created accordant to schema version 4.4. Exported PMML file had
<InterceptVector>
attribute which is not defined in schema version 4.4.Part of the exported PMML file:
PMML 4.4 specification does not have
<InterceptVector>
attribute defined so this PMML file is actually invalid. According to PMML spec,<InterceptVector>
attribute is defined in PMML version 4.4.1