[jboss-jira] [JBoss JIRA] (DROOLS-5451) Upgrade pmml-model version
Gabriele Cardosi (Jira)
issues at jboss.org
Mon Jun 29 03:14:53 EDT 2020
[ https://issues.redhat.com/browse/DROOLS-5451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14180677#comment-14180677 ]
Gabriele Cardosi commented on DROOLS-5451:
------------------------------------------
[~dmarrazzo] [~jomarko]
Not completely sure about the version of the PMML
{code:java}
<PMML xmlns="http://www.dmg.org/PMML-4_4" xmlns:data="http://jpmml.org/jpmml-model/InlineTable" -->version="4.3" <--- >{code}
This is the expected tag (from referenced spec)
{code:java}
<PMML version="4.4"
xmlns="http://www.dmg.org/PMML-4_4"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">{code}
Anyway, to verify effect of this PR(s) should be enough to replace xmlns and version attributes from previous PMMLs
> Upgrade pmml-model version
> --------------------------
>
> Key: DROOLS-5451
> URL: https://issues.redhat.com/browse/DROOLS-5451
> Project: Drools
> Issue Type: Task
> Reporter: Gabriele Cardosi
> Assignee: Gabriele Cardosi
> Priority: Major
> Labels: TrustyAI
> Attachments: logistic.pmml
>
>
> Current org.jpmml:pmml-model version inside kie-parent pom.xml is 1.4.11,
> that does not support PMML version 4.4
>
> Upgrade it to last version 1.5.1
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list