]
Gabriele Cardosi updated DROOLS-3003:
-------------------------------------
Labels: PMMLRefactor TrustyAI (was: PMMLRefactor)
Enhance performance of PMML using decision trees
------------------------------------------------
Key: DROOLS-3003
URL:
https://issues.redhat.com/browse/DROOLS-3003
Project: Drools
Issue Type: Enhancement
Components: PMML
Affects Versions: 7.12.0.Final
Reporter: Lance Leverich
Assignee: Gabriele Cardosi
Priority: Major
Labels: PMMLRefactor, TrustyAI
Refactor the generation of rules and classes by the PMMLCompiler, for PMML resources
containing Tree models.
# Replace any remaining instances of types declared in rules files with POJOs
# Reduce and/or remove the usage of rules in the process of generating rules and classes
# Expose/make available the POJO that is generated from the MiningSchema, so that it can
be used as input, instead of PMMLRequestData type
# Update rules to make direct use of the input POJO