[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 933 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 933 Bytes

ODM / PMML integration

This sample is derived from the developerWorks article Make informed automated decisions with business rules and Predictive Model Markup Language.

It shows a simple auto insurance pricing process using a simple tiering rule to create a base price and uses a predictive model, which estimates the claim cost for the driver, to adjust the base price.

The predictive model is a simple Neural Network that is defined using PMML, and integrated in the ODM project XOM via the JPMML library.

A quick intro to the sample is provided in this deck.

Please send comments & questions to Pierre Berlandier.