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. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
