]
Lance Leverich updated DROOLS-4589:
-----------------------------------
Labels: CustomerFocusTeam (was: )
Refactor of Scorecards
----------------------
Key: DROOLS-4589
URL:
https://issues.jboss.org/browse/DROOLS-4589
Project: Drools
Issue Type: Task
Components: PMML
Reporter: Lance Leverich
Assignee: Lance Leverich
Priority: Major
Labels: CustomerFocusTeam
Re-design and refactoring of Scorecard model in kie-pmml module. The result of which
should be...
* Scorecard models uses a standardized "pipeline" for processing requests to
apply a model to input data
* Scorecard models use the "re-usable alpha network" approach when possible,
minimizing the use of KieSessions and rete.
* Scorecard models use a minimal amount of rules when applying the model to input data,
and any generated rules should be in executable model form/format
* Scorecard models are applied via a service interface