[jboss-jira] [JBoss JIRA] (DROOLS-5462) Provide defualt model name for Pmml models without it
Gabriele Cardosi (Jira)
issues at jboss.org
Wed Jul 1 03:39:48 EDT 2020
Gabriele Cardosi created DROOLS-5462:
----------------------------------------
Summary: Provide defualt model name for Pmml models without it
Key: DROOLS-5462
URL: https://issues.redhat.com/browse/DROOLS-5462
Project: Drools
Issue Type: Feature Request
Reporter: Gabriele Cardosi
Assignee: Gabriele Cardosi
modelName attribute is not mandatory from PMML specs.
With this ticket a "default" one will be provided soon after pmml file is "unmarshalled" to pmml java instance.
Generated name would be
_Pmml File Name_ + _model type_ + _index_ (inside models list)
e.g.
Pmml File "TestSample.pmml"
Model type "Regression"
Position : second (index =1)
generated modelName
_TestSampleRegression1_
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list