[rules-users] Is Drools Scorecard used only with spreadsheet type?

Davide Sottara dsotty at gmail.com
Sat Nov 17 17:31:17 EST 2012


Hi Daniel,
currently the released scorecards can be imported from a spreadsheet, or
generated using the dedicated UI in Guvnor. Internally, both options
generate a PMML document which is then transformed in DRL rules for the
evaluation.
The PMML->DRL transformation is done by the ScorecardCompiler, but soon it
will be replaced by the full PMML compiler, which covers more models and
more features: 

https://github.com/sotty/drools-chance/tree/master/drools-pmml

A test case is here, running a scorecard directly from PMML:

https://github.com/sotty/drools-chance/blob/master/drools-pmml/src/test/java/org/drools/pmml/pmml_4_1/predictive/models/ScorecardTest.java

Best
Davide



--
View this message in context: http://drools.46999.n3.nabble.com/Is-Drools-Scorecard-used-only-with-spreadsheet-type-tp4020869p4020874.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list